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

19. Mutacja: Usuń „Pole”

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

„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
  }
}

Ostatnia aktualizacja

Czy to było pomocne?