glimmer-apollo
glimmer-apollo copied to clipboard
Add option to skip query
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.