36. Mutatie: Adaugă multiple "Comments" la "Notes" selectate
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Al 4-lea comentariu din multiple.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Al 5-lea comentariu din multiple.\nA doua linie a comentariului.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
dataCrearii
updatedDate
text
}
}Previous35. Mutatie: Adaugă "Comment" la "Note" selectatăNext37. Interogare: Obține "SatelliteImages" în intervalul definit
Last updated
Was this helpful?