AgriWebb API
GraphQL/Objects

SpayRecord

No description

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

Fields

SpayRecord.recordId ● ID!
non-null
scalar

SpayRecord.recordType ● RecordType
enum

SpayRecord.observationDate ● Timestamp
scalar

SpayRecord.sessionId ● ID
scalar

SpayRecord.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

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