AgriWebb API
GraphQL/Queries

records

**scope:** read:records

records(
  options: RecordQueryOptions!
): [Record]

Arguments

records.options ● RecordQueryOptions!
non-null
input

Type

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

Argumentsrecords.options ● RecordQueryOptions!
non-null
input
TypeRecord
interface