GraphQL/Objects
FeedOnOfferTarget
Record for persisting feed on offer for a given field
type FeedOnOfferTarget {
id: String
value: Float
farmId: String
fieldId: String
time: Timestamp
}Fields
FeedOnOfferTarget.id ● String scalar
Unique identifier of the feed on offer target record
FeedOnOfferTarget.value ● Float scalar
Feed on offer target for the given field. Value is recorded in kg dry matter per hectare unit (kg DM /ha)
FeedOnOfferTarget.farmId ● String scalar
Farm identifier to associate the record with
FeedOnOfferTarget.fieldId ● String scalar
AgriWebb field identifier to associate the record with. You can retrieve a list of field ids by querying fields
FeedOnOfferTarget.time ● Timestamp scalar
Time the feed on offer was recorded. Format will be UNIX epoch time with milliseconds. (e.g. 1564508046433)
Returned By
query
Member Of
object