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

29. Mutacja: Usuń „Notatkę”

Usuń wybraną „Notatkę”.

  • „Notatkę” utworzoną przez użytkownika można usunąć.

mutacja DeleteNote {
  deleteNote(input:{
    uuid: "<placeholder_of_note_uuid>",
    fieldUuid: "<placeholder_of_field_uuid>"
  } ) {
    uuid
    fieldUuid
    createdDate
    updatedDate
    type
  }
}

Ostatnia aktualizacja

Czy to było pomocne?