AgriWebb API
GraphQL/Objects

AnimalUnitsRecord

No description

type AnimalUnitsRecord implements Record {
  recordId: ID!
  recordType: RecordType
  observationDate: Timestamp
  sessionId: ID
  animalId: ID!
  modelType: String
}

Fields

AnimalUnitsRecord.recordId ● ID!
non-null
scalar

AnimalUnitsRecord.recordType ● RecordType
enum

AnimalUnitsRecord.observationDate ● Timestamp
scalar

AnimalUnitsRecord.sessionId ● ID
scalar

AnimalUnitsRecord.animalId ● ID!
non-null
scalar

AnimalUnitsRecord.modelType ● String
scalar

The model type used to calculate animal units. One of: manual, by-weight, percentage-feed-requirement, by-age-class, default

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

On this page

FieldsAnimalUnitsRecord.recordId ● ID!
non-null
scalar
AnimalUnitsRecord.recordType ● RecordType
enum
AnimalUnitsRecord.observationDate ● Timestamp
scalar
AnimalUnitsRecord.sessionId ● ID
scalar
AnimalUnitsRecord.animalId ● ID!
non-null
scalar
AnimalUnitsRecord.modelType ● String
scalar
InterfacesRecord
interface