69. Мутация: удалить «Фотографию»
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
}
}
Предыдущая68. Мутация: обновить статистику «ВекторнойАналитическойКарты»Следующая70. Мутация: удалить несколько «Фотографий»
Последнее обновление
Это было полезно?