GraphQL/Objects
BreedDistribution
No description
type BreedDistribution {
breedName: String
proportion: Int
}No description
type BreedDistribution {
breedName: String
proportion: Int
}BreedDistribution.breedName ● String BreedDistribution.proportion ● Int