GraphQL/Objects
Surrogate
No description
type Surrogate implements Parent {
parentAnimalId: String
parentAnimalIdentity: ParentAnimalIdentity
parentType: AnimalParentType
}
Fields
Surrogate
.parentAnimalId
● String
scalar
An internal AgriWebb ID for identification of the parent using animalId
Surrogate
.parentAnimalIdentity
● ParentAnimalIdentity
object
Identification of the parent using one of the accepted forms of animal identification if the parent animal is off-farm and the animal ID is not known.
Surrogate
.parentType
● AnimalParentType
enum
Interfaces
Parent
interface
Member Of
object