Grouping
No description
1type Grouping {2count: Long3keys: [String]!4min(5field: String!6): String7max(8field: String!9): String10sum(11field: String!12): Float13nonNullCount(14field: String!15): Long16itemsSelect(17offset: Long18limit: Int19): QuerySelect!20}
Fields
count ● Long scalar common
keys ● [String]! non-null scalar common
min ● String scalar common
field ● String! non-null scalar common
max ● String scalar common
field ● String! non-null scalar common
sum ● Float scalar common
field ● String! non-null scalar common
nonNullCount ● Long scalar common
field ● String! non-null scalar common
itemsSelect ● QuerySelect! non-null object common
offset ● Long scalar common
Allows for specifying the pagination offset for the Query result.
limit ● Int scalar common
Allows for specifying the pagination limit for the Query result.
Member Of
QueryGroupByobject