69. Mutation: "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. Mutation: "VectorAnalysisMap" Statistics रीफ़्रेश करेंNext70. Mutation: कई "Photos" हटाएँ
Last updated
Was this helpful?