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. Мутация: удаление нескольких «Фотографий»
Последнее обновление
Это было полезно?