Pet
No description
type Pet {
index: Int!
weight: Int!
}
Fields
Pet.index
● Int!
non-null scalar
Pet.weight
● Int!
non-null scalar
Pet weight in kilograms.
Member Of
TravellerBook
object