36. Mutasjon: Legg til flere "Comments" til valgte "Notes"
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 4. kommentaren fra flere.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 5. kommentaren fra flere.\nAndre linje i kommentaren.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
opprettetDato
updatedDate
tekst
}
}Forrige35. Mutasjon: Legg til "Comment" til valgt "Note"Neste37. Forespørsel: Hent "SatelliteImages" i definert intervall
Sist oppdatert
Var dette nyttig?