69. Mutacja: Usuń "Photo"
mutacja DeleteNotePhotoSample {
deletePhoto(wejście: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
dataUtworzenia
dataAktualizacji
}
}mutacja DeleteCommentPhotoSample {
deletePhoto(wejście: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
dataUtworzenia
dataAktualizacji
}
}
Last updated
Was this helpful?