70. Mutation: Slet flere "Photos"
Slet de valgte flere "Fotos".
Max antal af "Fotos" der kan slettes er 25.
Kun nøgler (uuid og noteUuid/commentUuid afhængig af den overordnede enhed) er tilgængelige 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
}
}Sidst opdateret
Var dette nyttigt?