1
私の質問:imageList - オブジェクト; 変数でどのように変更するのか理解できません。あなたのケースで、私はそれがあるべきと思いますので、リストのLokkaによるGraphQLの突然変異アレイは?
let query = `query _($type: NoteTypeEnum!, $imageList: ???){
addNote(note: {
imageList: [{
fileName: $fileName,
url: $url,
uuid: $uuid
}]
}) {}
}`;