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

70. Módosítás: több „Photo” törlése

Töröld a kiválasztott több "Fotót".

A felhasználó által létrehozott "Fotók" törölhetők.

módosítás DeleteNotes {
  deleteNotes(bemenet:{
    notes: [{
      uuid: "<placeholder_for_note_uuid>",
      noteUuid: "<placeholder_for_note_uuid>"
    }, {
      uuid: "<placeholder_for_note_uuid>",
      noteUuid: "<placeholder_for_note_uuid>"
    }, {
      uuid: "<placeholder_for_note_uuid>",
      noteUuid: "<placeholder_for_note_uuid>",
      commentUuid: "<placeholder_for_comment_uuid>"
    }, {
      uuid: "<placeholder_for_note_uuid>",
      noteUuid: "<placeholder_for_note_uuid>",
      commentUuid: "<placeholder_for_comment_uuid>"
    }]
  }) {
    uuid
    noteUuid
    commentUuid
  }
}

Utoljára frissítve:

Hasznos volt ez?