70. Mutation: mehrere Fotos löschen
Löschen Sie die ausgewählten mehreren „Fotos“.
Maximale Anzahl von zu löschenden „Fotos“ ist 25.
Nur Schlüssel (uuid und noteUuid/commentUuid abhängig von der übergeordneten Entität) sind in der Antwort verfügbar
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
}
}Zuletzt aktualisiert
War das hilfreich?