35. म्यूटेशन: चुने हुए "Note" में "Comment" जोड़ें
mutation AddNoteComment {
addNoteComment(input:{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "पहली टिप्पणी कई में से।",
createdDate: "2020-08-25T06:06:06.000Z"
} ) {
uuid
fieldUuid
noteUuid
निर्माण_तिथि
updatedDate
पाठ
}
}Previous34. क्वेरी: चुना हुआ "Note" सभी "Comments" के साथ प्राप्त करेंNext36. म्यूटेशन: चुने हुए "Notes" में कई "Comments" जोड़ें
Last updated
Was this helpful?