1

私のクエリ: imageList - object; 変数で変更する方法がわかりません。

let query = `query _($type: NoteTypeEnum!, $imageList: ???){
    addNote(note: {
    imageList: [{  
       fileName: $fileName,
       url: $url,
       uuid: $uuid
    }]
    }) {}
}`;
4

1 に答える 1