FertilizeActivity

An activity that involves fertilizing a field.

Implements

Fields

acres (Float!)
Deprecation notice

Please use the application_area field.

The number of acres to which this activity was applied.

action (UpsertActionType!)

Determines if it was a create or update.

activity_type (ActivityType!)
Deprecation notice

The concrete object FieldActivity has been converted into an interface.

The type of activity this record represents.

application_area (Area!)

The area to which this activity was applied.

Argument Type Description
unit AreaUnitType

The unit in which a client would like the area.

unit_system UnitSystem

The unit system in which a client would like the area. Defaults to IMPERIAL if not provided.

application_method (String)

The method that was used to apply the fertilizer.

application_rate (FertilizeRate)

The rate at which fertilizer was applied during this activity.

Argument Type Description
unit_system UnitSystem

The unit system in which the requestor would like the application rate. Defaults to the unit system in which the activity is stored.

applied_at (ISO8601DateTime)

The date and time when this field activity took place.

average_rate (Float!)

The average rate, in units, at which this activity was applied.

created_at (ISO8601DateTime!)

The timestamp of when the item was created in the system.

created_by (User!)

The user who created this item.

crop_stage (String)

The crop stage at which the fertilizer was applied.

detailed_unit (String)

The unit for the quantity of fertilizer used.

details (JSON)
Deprecation notice

Please use the specific fields on the concrete types such as PlantActivity.

Extra information about this field activity.

external_id (String)

The id of the record in the external partner's system.

external_partner (ExternalPartner)

The external partner from which this record was sourced.

feature_sets (FeatureSetsQueryResult!)

A list of feature sets associated with this activity.

Argument Type Description
order_by FeatureSetSortingAttributes

Order the results by a specific attribute.

order_by_direction SortDirection

Direction (ascending or descending) of the ordered results.

pagination Pagination

Paginate the results.

type FeatureSetType

Filter the results by feature set type.

fertilizer_type (String)

The type of fertilizer that was applied.

nitrogen (Float)

The amount of nitrogen in the fertilizer.

owner_type (FeatureSetOwnerType!)

Type of the feature set owner

phosphorus (Float)

The amount of phosphorus in the fertilizer.

potassium (Float)

The amount of potassium in the fertilizer.

product_name (String)

The name of the product that was applied to the field during this activity.

quantity (Float)

The amount of fertilizer that was used.

sentera_id (ID!)

A system-generated key identifying a specific instance of a field activity.

sulfur (Float)

The amount of sulfur in the fertilizer.

unit (AverageRateType!)

The type of unit represented by the rate field.

updated_at (ISO8601DateTime!)

The timestamp of when the item was last updated in the system.

updated_by (User)

The user who last updated this item.

zinc (Float)

The amount of zinc in the fertilizer.