35. Mutation: Añadir "Comment" a la "Note" seleccionada
mutation AddNoteComment {
addNoteComment(input:{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "El 1.º comentario de varios.",
createdDate: "2020-08-25T06:06:06.000Z"
} ) {
uuid
fieldUuid
noteUuid
fechaCreacion
updatedDate
texto
}
}Anterior34. Query: Obtener una "Note" seleccionada con todos los "Comments"Siguiente36. Mutation: Añadir múltiples "Comments" a las "Notes" seleccionadas
Última actualización
¿Te fue útil?