70. Mutation: Elimina più "Photos"
mutazione 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
}
}Precedente69. Mutation: Elimina "Photo"Successivo71. Mutation: Genera un archivio zip con le "Notes"
Ultimo aggiornamento
È stato utile?