70. Módosítás: Több „Fénykép” törlése

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

circle-info

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

triangle-exclamation
triangle-exclamation
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
  }
}

Last updated

Was this helpful?