36. Mutation: Mehrere "Comments" zu den ausgewählten "Notes" hinzufügen
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Der 4. Kommentar aus mehreren.",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "Der 5. Kommentar aus mehreren.\\nDie zweite Zeile des Kommentars.",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
Erstellungsdatum
updatedDate
Text
}
}Vorherige35. Mutation: "Comment" zur ausgewählten "Note" hinzufügenNächste37. Query: "SatelliteImages" im definierten Intervall abrufen
Zuletzt aktualisiert
War das hilfreich?