Glimmer Apollo integrates GraphQL in your Ember and Glimmer apps using Apollo Client.
Get StartedQueries are automatically re-executed when arguments change. The UI reflects any changes when cache data is updated.
Glimmer's auto-tracking system allows for simple and declarative APIs. We use the Resource pattern for forward-looking API.
It's written in TypeScript, allowing APIs to specify the shape of the result data and variables. It also provides friendly IntelliSense while coding.