GraphQL/Inputs
AnimalStateInput
No description
input AnimalStateInput {
weaned: Boolean
hasHadOffspring: Boolean
}Fields
AnimalStateInput.weaned ● Boolean scalar
Whether the animal has been weaned.
AnimalStateInput.hasHadOffspring ● Boolean scalar
Whether the animal has had offspring prior to this record.
Member Of
input