GraphQL/Objects
Parentage
Parentage links animals genetically. As with animal characteristics, these do not change over the lifetime of the animal but may become better known (for instance, as the result of a DNA test).
type Parentage {
dams: [GeneticParent]
sires: [GeneticParent]
surrogate: Surrogate
}
Fields
Parentage
.dams
● [GeneticParent]
list object
Parentage
.sires
● [GeneticParent]
list object
Parentage
.surrogate
● Surrogate
object
Member Of
object