私のクエリ: imageList - object; 変数で変更する方法がわかりません。
let query = `query _($type: NoteTypeEnum!, $imageList: ???){
addNote(note: {
imageList: [{
fileName: $fileName,
url: $url,
uuid: $uuid
}]
}) {}
}`;
私のクエリ: imageList - object; 変数で変更する方法がわかりません。
let query = `query _($type: NoteTypeEnum!, $imageList: ???){
addNote(note: {
imageList: [{
fileName: $fileName,
url: $url,
uuid: $uuid
}]
}) {}
}`;