josemarluedke / glimmer-apollo

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

Refactor setClient/getClient to use owner as a context #5

Closed josemarluedke closed 3 years ago

josemarluedke commented 3 years ago

This allows us to have multiple app instances without conflicting clients. This would be somewhat similar to context in other frameworks.