21. Mutation: Smazat "ZonesMap"

Smazat vybranou mapu "VectorAnalysisMap" / "ZonesMap".

circle-info

Uživatelem vytvořenou mapu "VectorAnalysisMap" lze smazat.

mutace DeleteVectorAnalysisMap {
  deleteVectorAnalysisMap(vstup: {
    uuid: "<placeholder_of_vector_analysis_map_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
    fieldUuid
    název
    zonesMapUrl
    attributesUrl
    status
  }
}

Last updated

Was this helpful?