GraphQL/Objects
AnimalWeightSummary
No description
type AnimalWeightSummary {
liveAverageDailyGain: WeightGain
overallAverageDailyGain: WeightGain
assumedAverageDailyGain: WeightGain
liveWeightDate: Timestamp
liveWeight: Weight
estimatedWeight: Weight
}
Fields
AnimalWeightSummary
.liveAverageDailyGain
● WeightGain
object
Live average daily weight gain. Calculated based on the last two record weights.
AnimalWeightSummary
.overallAverageDailyGain
● WeightGain
object
Average daily weight gain based on all the weight records recorded.
AnimalWeightSummary
.assumedAverageDailyGain
● WeightGain
object
Most recently recorded assumed ADG.
AnimalWeightSummary
.liveWeightDate
● Timestamp
scalar
The date the last live weight was recorded.
AnimalWeightSummary
.liveWeight
● Weight
object
Last recorded live weight.
AnimalWeightSummary
.estimatedWeight
● Weight
object
Estimated weight based either on the assumed ADG or extrapolated from the last two live weights.
Member Of
object