AgriWebb API
GraphQL/Objects

DehornRecord

No description

type DehornRecord implements Record {
  recordId: ID!
  recordType: RecordType
  observationDate: Timestamp
  sessionId: ID
  animalId: ID!
}

Fields

DehornRecord.recordId ● ID!
non-null
scalar

DehornRecord.recordType ● RecordType
enum

DehornRecord.observationDate ● Timestamp
scalar

DehornRecord.sessionId ● ID
scalar

DehornRecord.animalId ● ID!
non-null
scalar

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

FieldsDehornRecord.recordId ● ID!
non-null
scalar
DehornRecord.recordType ● RecordType
enum
DehornRecord.observationDate ● Timestamp
scalar
DehornRecord.sessionId ● ID
scalar
DehornRecord.animalId ● ID!
non-null
scalar
InterfacesRecord
interface