GraphQL/Objects
CastrateRecord
No description
type CastrateRecord implements Record {
recordId: ID!
recordType: RecordType
observationDate: Timestamp
sessionId: ID
animalId: ID!
castrationMethod: CastrationMethod
}Fields
CastrateRecord.recordId ● ID! non-null scalar
CastrateRecord.recordType ● RecordType enum
CastrateRecord.observationDate ● Timestamp scalar
CastrateRecord.sessionId ● ID scalar
CastrateRecord.animalId ● ID! non-null scalar
CastrateRecord.castrationMethod ● CastrationMethod enum
The castration method used
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