我的查询:imageList - 对象;我无法理解如何通过变量进行变异;
let query = `query _($type: NoteTypeEnum!, $imageList: ???){
addNote(note: {
imageList: [{
fileName: $fileName,
url: $url,
uuid: $uuid
}]
}) {}
}`;
我的查询:imageList - 对象;我无法理解如何通过变量进行变异;
let query = `query _($type: NoteTypeEnum!, $imageList: ???){
addNote(note: {
imageList: [{
fileName: $fileName,
url: $url,
uuid: $uuid
}]
}) {}
}`;