"Reads and enables pagination through a set of `DiagnosesGroup`."
diagnosesGroups(
"A condition to be used in determining which values should be returned by the collection."
filter: DiagnosesGroupFilter
"The method to use when ordering collection items."
orderBy: DiagnosesGroupOrderBy
"Read all values in the set after (below) this cursor."
after: String
"Read all values in the set before (above) this cursor."
before: String
"Only read the first _n_ values of the set."
first: Int
"Only read the last _n_ values of the set."
last: Int
): DiagnosesGroupConnection! |