69. Мутация: Изтриване на "Photo"
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
датаНаСъздаване
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
датаНаСъздаване
updatedDate
}
}
Previous68. Мутация: Освежаване на статистиките на "VectorAnalysisMap"Next70. Мутация: Изтриване на множество "Photos"
Last updated
Was this helpful?