For the complete documentation index, see llms.txt. This page is also available as Markdown.

60. Mutation: Generér As-Applied-baseret "ZonesMap" asynkront

Generer As-Applied-baseret "ZonesMap" for "Field" asynkront.

Den asynkrone tilgang lægger en opgave (Generate "generateAsAppliedVectorAnalysisMap") til behandling, og Subscription vil blive modtaget, så snart behandlingen er færdig.

mutation GenerateAsAppliedZonesMapAsync {
  generateAsAppliedVectorAnalysisMapAsync(
    input: {
      fieldUuid: "<placeholder_of_field_uuid>"
      name: "actual"
      numberOfZones: 3
      asAppliedAttribute: "actual"
      asAppliedDatasetUuid: "<placeholder_of_as_applied_dataset_uuid>"
    }
  ) {
    uuid
    fieldUuid
    statusCode
  }
}

Sidst opdateret

Var dette nyttigt?