69. Mutasyon: "Photo" sil
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
oluşturulmaTarihi
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
oluşturulmaTarihi
updatedDate
}
}
Previous68. Mutasyon: "VectorAnalysisMap" İstatistiklerini YenileNext70. Mutasyon: Birden fazla "Photos" sil
Last updated
Was this helpful?