in packages/legacy/xconsole-query/src/index.js [32:40]
onCompleted: isFunction(onCompleted) ? onCompleted : null,
onError: isFunction(onError) ? onError : null,
}))
}
// refetch
const refetch = (nextVariables = {}, useNewVars) => {
// 合并新旧参数
const mergedVariables = {