Hello
I am wiring up a smartQuery with
this.$apollo.addSmartQuery('query',{
query:`query`,
manual: true,
result(){}
})
and I used manual:trueto the options but it has no effect. The key is still added to the context of the component.
Inside your documentation you state that all parameters are forwarded but this might be missing?