69. Mutare: Ștergeți „Photo”
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
dataCrearii
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
dataCrearii
updatedDate
}
}
Previous68. Mutare: Reîmprospătați statisticile „VectorAnalysisMap”Next70. Mutare: Ștergeți mai multe „Photos”
Last updated
Was this helpful?