36. Mutation: Lägg till flera "Comments" till de valda "Notes"
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 4:e kommentaren från flera.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 5:e kommentaren från flera.\\nAndra raden i kommentaren.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
skapadDatum
updatedDate
text
}
}Previous35. Mutation: Lägg till "Comment" till den valda "Note"Next37. Fråga: Hämta "SatelliteImages" i definierat intervall
Last updated
Was this helpful?