AgriWebb API
GraphQL/Objects

FeedDetails

No description

type FeedDetails {
  feedType: String
  amount: Weight
  cost: MonetaryAmount
}

Fields

FeedDetails.feedType ● String
scalar

The type of feed, eg: Oats

FeedDetails.amount ● Weight
object

Total amount of this feed used across all animals in the record. Divide by the parent record's headCount to calculate the per-head amount.

FeedDetails.cost ● MonetaryAmount
object

Total cost of this feed. Only present when inventory cost data is available for this feed. Divide by the parent record's headCount to calculate the cost per head.

Member Of

FeedRecord

object

On this page

FieldsFeedDetails.feedType ● String
scalar
FeedDetails.amount ● Weight
object
FeedDetails.cost ● MonetaryAmount
object
Member Of