josemarluedke / glimmer-apollo

Ember and Glimmer integration for Apollo Client.
https://glimmer-apollo.com
MIT License
39 stars 15 forks source link

Add option to skip query #89

Closed josemarluedke closed 1 month ago

josemarluedke commented 7 months ago

Add option to query that will skip executing the query until the skip option is set to true.

This option can be a boolean or a function that returns a boolean.