Skip to content

$apollo.addSmartQuery manual:true has no effectΒ #239

Closed
@dohomi

Description

@dohomi

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions