35. Mutation: Lägg till "Comment" till den valda "Note"
mutation AddNoteComment {
addNoteComment(input:{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Den första kommentaren av flera.",
createdDate: "2020-08-25T06:06:06.000Z"
} ) {
uuid
fieldUuid
noteUuid
skapadDatum
updatedDate
text
}
}Previous34. Fråga: Hämta en vald "Note" med alla "Comments"Next36. Mutation: Lägg till flera "Comments" till de valda "Notes"
Last updated
Was this helpful?