AgriWebb API
GraphQL/Objects

ObservationRecord

No description

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

Fields

ObservationRecord.recordId ● ID!
non-null
scalar

ObservationRecord.recordType ● RecordType
enum

ObservationRecord.observationDate ● Timestamp
scalar

ObservationRecord.sessionId ● ID
scalar

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

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