36. Mutation: Aggiungi più "Comments" alle "Notes" selezionate
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Il 4° commento tra i multipli.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Il 5° commento tra i multipli.\\nLa seconda riga del commento.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
dataCreazione
updatedDate
testo
}
}Precedente35. Mutation: Aggiungi "Comment" alla "Note" selezionataSuccessivo37. Query: Ottieni "SatelliteImages" nell'intervallo definito
Ultimo aggiornamento
È stato utile?