36. Mutation: Añadir múltiples "Comments" a las "Notes" seleccionadas
mutación BatchAddNoteComments {
addNoteComments(input:{
comentarios: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
texto: "El 4.º comentario de varios.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
texto: "El 5.º comentario de varios.\\nLa segunda línea del comentario.",
fechaCreacion: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
fechaCreacion
updatedDate
texto
}
}Anterior35. Mutation: Añadir "Comment" a la "Note" seleccionadaSiguiente37. Query: Obtener "SatelliteImages" en el intervalo definido
Última actualización
¿Te fue útil?