AgriWebb API
GraphQL/Objects

LocationChangedRecord

No description

type LocationChangedRecord implements Record {
  recordId: ID!
  recordType: RecordType
  observationDate: Timestamp
  sessionId: ID
  animalId: ID!
  locationId: ID
  previousLocationId: ID
}

Fields

LocationChangedRecord.recordId ● ID!
non-null
scalar

LocationChangedRecord.recordType ● RecordType
enum

LocationChangedRecord.observationDate ● Timestamp
scalar

LocationChangedRecord.sessionId ● ID
scalar

LocationChangedRecord.animalId ● ID!
non-null
scalar

LocationChangedRecord.locationId ● ID
scalar

The AgriWebb paddock ID representing the animals new location

LocationChangedRecord.previousLocationId ● ID
scalar

The AgriWebb paddock ID representing the location the animal was moved from. A null value represents a move onto the farm.

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

FieldsLocationChangedRecord.recordId ● ID!
non-null
scalar
LocationChangedRecord.recordType ● RecordType
enum
LocationChangedRecord.observationDate ● Timestamp
scalar
LocationChangedRecord.sessionId ● ID
scalar
LocationChangedRecord.animalId ● ID!
non-null
scalar
LocationChangedRecord.locationId ● ID
scalar
LocationChangedRecord.previousLocationId ● ID
scalar
InterfacesRecord
interface