69. Mutatie: "Photo" verwijderen
mutatie DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
aanmaakdatum
updatedDate
}
}mutatie DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
aanmaakdatum
updatedDate
}
}
Vorige68. Mutatie: statistieken van "VectorAnalysisMap" vernieuwenVolgende70. Mutatie: meerdere "Photos" verwijderen
Laatst bijgewerkt
Was dit nuttig?