70. Mutation: Ta bort flera foton
Radera de valda flera "Foton".
Max antal "Foton" som kan raderas är 25.
Endast nycklar (uuid och noteUuid/commentUuid beroende på överordnad entitet) finns tillgängliga i svaret
mutation DeleteNotes {
deleteNotes(input:{
notes: [{
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>",
commentUuid: "<placeholder_for_comment_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>",
commentUuid: "<placeholder_for_comment_uuid>"
}]
}) {
uuid
noteUuid
commentUuid
}
}Senast uppdaterad
Var detta till hjälp?