35. Mutation: Tilføj "Comment" til den valgte "Note"
mutation AddNoteComment {
addNoteComment(input:{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den 1. kommentar af flere.",
createdDate: "2020-08-25T06:06:06.000Z"
} ) {
uuid
fieldUuid
noteUuid
oprettetDato
updatedDate
tekst
}
}Previous34. Forespørgsel: Hent en valgt "Note" med alle "Comments"Next36. Mutation: Tilføj flere "Comments" til de valgte "Notes"
Last updated
Was this helpful?