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

69. Mutacija: Izbriši "Photo"

Izbrišite izbrano "Fotografijo".

Za brisanje fotografije morate biti Lastnik.

"Fotografija" je lahko povezana bodisi z "Beležko" bodisi s "Komentarjem". Zato je obvezno preveriti atribute uuid, noteUuid in commentUuid v odgovoru.

mutacija DeleteNotePhotoSample {
  deletePhoto(vhod: {
    uuid: "<placeholder_for_photo_uuid>"
    noteUuid: "<placeholder_for_note_uuid>"
  }) {
    uuid
    noteUuid
    url
    datumUstvarjanja
    updatedDate
  }
}
mutacija DeleteCommentPhotoSample {
  deletePhoto(vhod: {
    uuid: "<placeholder_for_photo_uuid>"
    noteUuid: "<placeholder_for_note_uuid>"
    commentUuid: "<placeholder_for_comment_uuid>"
  }) {
    uuid
    noteUuid
    commentUuid
    url
    datumUstvarjanja
    updatedDate
  }
}

Nazadnje posodobljeno

Je bilo to koristno?