69. Mutācija: dzēst "Photo"
mutācija DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
izveidesDatums
updatedDate
}
}mutācija DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
izveidesDatums
updatedDate
}
}
Previous68. Mutācija: atsvaidzināt "VectorAnalysisMap" statistikuNext70. Mutācija: dzēst vairākas "Photos"
Last updated
Was this helpful?