69. Muutos: Poista "Photo"
muunnos DeleteNotePhotoSample {
deletePhoto(syöte: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
luontipäivä
updatedDate
}
}muunnos DeleteCommentPhotoSample {
deletePhoto(syöte: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
luontipäivä
updatedDate
}
}
Last updated
Was this helpful?