AgriWebb API
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

enterprises

query

Member Of

Animal

object
 ● ManagementGroup
object

On this page

FieldsEnterprise.enterpriseId ● ID!
non-null
scalar
Enterprise.name ● String
scalar
Enterprise.farmId ● String
scalar
Returned ByMember Of