GraphQL/Objects
ScmSchemeChangedRecord
No description
type ScmSchemeChangedRecord implements Record {
recordId: ID!
recordType: RecordType
observationDate: Timestamp
sessionId: ID
animalId: ID!
supplyChainSchemeId: ID
}Fields
ScmSchemeChangedRecord.recordId ● ID! non-null scalar
ScmSchemeChangedRecord.recordType ● RecordType enum
ScmSchemeChangedRecord.observationDate ● Timestamp scalar
ScmSchemeChangedRecord.sessionId ● ID scalar
ScmSchemeChangedRecord.animalId ● ID! non-null scalar
ScmSchemeChangedRecord.supplyChainSchemeId ● ID scalar
The supply chain scheme ID that was set
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