GraphQL/Objects
ManagementGroupChangedRecord
No description
type ManagementGroupChangedRecord implements Record {
recordId: ID!
recordType: RecordType
observationDate: Timestamp
sessionId: ID
animalId: ID!
managementGroupId: ID
enterpriseId: ID
previousManagementGroupId: ID
}Fields
ManagementGroupChangedRecord.recordId ● ID! non-null scalar
ManagementGroupChangedRecord.recordType ● RecordType enum
ManagementGroupChangedRecord.observationDate ● Timestamp scalar
ManagementGroupChangedRecord.sessionId ● ID scalar
ManagementGroupChangedRecord.animalId ● ID! non-null scalar
ManagementGroupChangedRecord.managementGroupId ● ID scalar
The management group the animal was moved to
ManagementGroupChangedRecord.enterpriseId ● ID scalar
The enterprise the animal belongs to
ManagementGroupChangedRecord.previousManagementGroupId ● ID scalar
The management group the animal was previously in, if known
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