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

29. Мутація: Видалити "Note"

Видалити вибрану «Нотатку».

  • «Нотатку», створену користувачем, можна видалити.

мутація DeleteNote {
  deleteNote(вхід:{
    uuid: "<placeholder_of_note_uuid>",
    fieldUuid: "<placeholder_of_field_uuid>"
  } ) {
    uuid
    fieldUuid
    датаСтворення
    updatedDate
    тип
  }
}

Останнє оновлення

Це було корисно?