AgriWebb API
GraphQL/Queries

pastureGrowthRates

**scope:** `read:pasture-growth-rates`

Retrieves a list of pasture growth rate records (Only a max of 500 records can be retrieved).

pastureGrowthRates(
  filter: PastureGrowthRateFilter
  sort: [PastureGrowthRateSort!]
  limit: Int
  skip: Int
): [PastureGrowthRate]

Arguments

pastureGrowthRates.filter ● PastureGrowthRateFilter
input

pastureGrowthRates.sort ● [PastureGrowthRateSort!]
list
input

pastureGrowthRates.limit ● Int
scalar

pastureGrowthRates.skip ● Int
scalar

Type

PastureGrowthRate
object

Record for persisting pasture growth rate for a given field

On this page

ArgumentspastureGrowthRates.filter ● PastureGrowthRateFilter
input
pastureGrowthRates.sort ● [PastureGrowthRateSort!]
list
input
pastureGrowthRates.limit ● Int
scalar
pastureGrowthRates.skip ● Int
scalar
TypePastureGrowthRate
object