12. Mutation: Generate Soil based "ZonesMap" asynchronously

Generate Soil based "ZonesMap" for the "Field" asynchronously.

The asynchronous approach puts a task (Generate generateSoilVectorAnalysisMap) to process and the Subscription will be received as soon as the processing is finished.

mutation GenerateSoilZonesMapAsync {
  generateSoilVectorAnalysisMapAsync(input: {
    fieldUuid: "<placeholder_of_field_uuid>"
    name: "grid soil clay"
    numberOfZones: 7
    soilAttribute: "clay"
    soilDatasetUuid: "<placeholder_of_soildataset_uuid>"
  }) {
    uuid
    fieldUuid
    statusCode
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform