36. ミューテーション:選択された複数の"Notes"に複数の"Comments"を追加
mutation BatchAddNoteComments {
addNoteComments(input:{
comments: [
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "複数からの4番目のコメント。",
createdDate: "2020-08-25T06:06:06.000Z"
},
{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "複数からの5番目のコメント。\\nコメントの2行目。",
createdDate: "2020-08-25T06:06:07.000Z"
}
]
}) {
uuid
fieldUuid
noteUuid
作成日
updatedDate
テキスト
}
}最終更新
役に立ちましたか?