aruntk / polymer-apollo

🚀 Polymer Apollo Integration
MIT License
78 stars 7 forks source link

Added ability to skip on initial load and make it work with polymer 2 #20

Closed jamesmoey closed 6 years ago

jamesmoey commented 6 years ago

Check if skip on start. So developer can specify skip if there is no sensible initial value. Remove the use of "ready" in the mixin, in polymer 2. "connectedCallback" achieve that behaviour

aruntk commented 6 years ago

Thanks for the pr. merged.