GraphQL/Inputs
AnimalSort
No description
input AnimalSort {
field: String!
order: SortOrder
}Fields
AnimalSort.field ● String! non-null scalar
Field to sort by. If sorting by a nested property use dot notation e.g. to sort by sex use value {field: "characteristics.sex", order: ASC}
AnimalSort.order ● SortOrder enum
Member Of
query
● animalsWithCount query