19. Mutacja: Usuń "Field"

Usuń wybrane „Pole” oraz wszystkie dane z nim powiązane.

circle-info

„Pole” należące do udostępnionej „Gospodarstwa” nie może zostać usunięte, ponieważ nie jesteś właścicielem pola.

mutacja DeleteField {
  deleteField(input: {
    uuid: "<placeholder_of_field_uuid>"
    farmUuid: "<placeholder_of_farm_uuid>"
  }) {
    uuid
    farmUuid
    nazwa
  }
}

Last updated

Was this helpful?