GraphQL/Objects
AssumedAverageDailyGainRecord
No description
type AssumedAverageDailyGainRecord implements Record {
recordId: ID!
recordType: RecordType
observationDate: Timestamp
sessionId: ID
animalId: ID!
rate: WeightGain
modelType: String
}Fields
AssumedAverageDailyGainRecord.recordId ● ID! non-null scalar
AssumedAverageDailyGainRecord.recordType ● RecordType enum
AssumedAverageDailyGainRecord.observationDate ● Timestamp scalar
AssumedAverageDailyGainRecord.sessionId ● ID scalar
AssumedAverageDailyGainRecord.animalId ● ID! non-null scalar
AssumedAverageDailyGainRecord.rate ● WeightGain object
The assumed average daily gain rate
AssumedAverageDailyGainRecord.modelType ● String scalar
The ADG model type used. One of: single, per-month
Interfaces
Record interface
Polymorphic parent type of various records regularly recorded against an animal. There is generally a 0-n relationship between these records and the individual, ie: the animal may have multiple records of the same type recorded against it over time