AgriWebb API
GraphQL/Objects

SeenRecord

No description

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

Fields

SeenRecord.recordId ● ID!
non-null
scalar

SeenRecord.recordType ● RecordType
enum

SeenRecord.observationDate ● Timestamp
scalar

SeenRecord.sessionId ● ID
scalar

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

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