69. Mutatie: verwijder "Photo"
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: vernieuw statistieken van "VectorAnalysisMap"Volgende70. Mutatie: verwijder meerdere "Photos"
Laatst bijgewerkt
Was dit nuttig?