GraphQL/Objects
AnimalsWithCount
No description
type AnimalsWithCount {
nonPagedCount: Int
animals: [Animal]
}
Fields
AnimalsWithCount
.nonPagedCount
● Int
scalar
Number of filtered animals before applying skip and limit
AnimalsWithCount
.animals
● [Animal]
list object
Result animals
Returned By
query