61. म्यूटेशन: "AsAppliedDataset" हटाएँ

As-Applied या As-Planted डेटासेट हटाएँ

चयनित "AsAppliedDataset" को हटाएँ।

circle-info

उपयोगकर्ता द्वारा बनाया गया "AsAppliedDataset" हटाया जा सकता है।

mutation DeleteAsAppliedDataset {
  deleteAsAppliedDataset(input: {
    uuid: "<placeholder_of_as_applied_dataset_uuid>"
    fieldUuid: "<placeholder_of_field_uuid>"
  }) {
    uuid
  }
}

Last updated

Was this helpful?