69. Mutacija: izbriši "Photo"
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
}
}
Last updated
Was this helpful?