AgriWebb API
GraphQL/Enums

BirthingPerspective

No description

enum BirthingPerspective {
  DAM_FULL
  DAM_SIMPLE
  PROGENY
}

Values

BirthingPerspective.DAM_FULL

The record is from the dam's perspective with full progeny details

BirthingPerspective.DAM_SIMPLE

The record is from the dam's perspective with simplified progeny details

BirthingPerspective.PROGENY

The record is associated with a born progeny animal

Member Of

BirthingRecord

object