36. Mutation: Tilføj flere "Comments" til de valgte "Notes"
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 4. kommentar fra flere.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 5. kommentar fra flere.\\nAnden linje af kommentaren.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
oprettetDato
updatedDate
tekst
}
}Previous35. Mutation: Tilføj "Comment" til den valgte "Note"Next37. Forespørgsel: Hent "SatelliteImages" i det definerede interval
Last updated
Was this helpful?