69. Mutation: "Photo" löschen
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
Erstellungsdatum
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
Erstellungsdatum
updatedDate
}
}
Vorherige68. Mutation: Statistik der "VectorAnalysisMap" aktualisierenNächste70. Mutation: Mehrere "Photos" löschen
Zuletzt aktualisiert
War das hilfreich?