35. ミューテーション:選択された"Note"に"Comment"を追加
mutation AddNoteComment {
addNoteComment(input:{
noteUuid: "53547188-f37c-4d65-9733-f7de4be28e5b",
fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
text: "The 1st comment from multiple.",
createdDate: "2020-08-25T06:06:06.000Z"
} ) {
uuid
fieldUuid
noteUuid
作成日
updatedDate
テキスト
}
}最終更新
役に立ちましたか?