AgriWebb API
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

PurchaseAnimalInput

input

On this page

FieldsAnimalStateInput.weaned ● Boolean
scalar
AnimalStateInput.hasHadOffspring ● Boolean
scalar
Member Of