GraphQL/Queries
enterprises
**scope:** read:enterprise
enterprises(
farmId: String!
filter: EnterpriseFilter
limit: Int
skip: Int
_capabilities: [String]
): [Enterprise]
Arguments
enterprises
.farmId
● String!
non-null scalar
An internal AgriWebb ID of the farm you want to query for enterprises
enterprises
.filter
● EnterpriseFilter
input
Filter object to refine the enterprises by
enterprises
.limit
● Int
scalar
Limit the number of enterprises returned
enterprises
.skip
● Int
scalar
Number of enterprises to skip
enterprises
._capabilities
● [String]
list scalar
Query capabilities
Type
Enterprise
object
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.