GraphQL/Objects
Enterprise
Enterprises are used to define your farm businesses and the livestock running in them. Your enterprises contain management groups, which define the different animals and how they’re managed.
type Enterprise {
enterpriseId: ID!
name: String
farmId: String
}
Fields
Enterprise
.enterpriseId
● ID!
non-null scalar
The internal AgriWebb ID for this enterprise.
Enterprise
.name
● String
scalar
The name of the enterprise.
Enterprise
.farmId
● String
scalar
An internal AgriWebb ID for the farm the enterprise belongs to.
Returned By
query
Member Of
object
● ManagementGroup
object