AgriWebb API
GraphQL/Inputs

WeighRecordInput

No description

input WeighRecordInput {
  observationDate: Timestamp!
  animals: [WeighAnimalInput!]!
  weight: WeightInput
  weighEvent: WeighEventType
}

Fields

WeighRecordInput.observationDate ● Timestamp!
non-null
scalar

WeighRecordInput.animals ● [WeighAnimalInput!]!
non-null
input

WeighRecordInput.weight ● WeightInput
input

Shared weight for all animals (Average weight mode). Required when no per-animal weights are provided.

WeighRecordInput.weighEvent ● WeighEventType
enum

Member Of

RecordInput

input

On this page

FieldsWeighRecordInput.observationDate ● Timestamp!
non-null
scalar
WeighRecordInput.animals ● [WeighAnimalInput!]!
non-null
input
WeighRecordInput.weight ● WeightInput
input
WeighRecordInput.weighEvent ● WeighEventType
enum
Member Of