70. Mutation : supprimer plusieurs « Photos »
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
}
}Précédent69. Mutation : supprimer une « Photo »Suivant71. Mutation : générer une archive zip avec des « Notes »
Mis à jour
Ce contenu vous a-t-il été utile ?