GitHub

Glimmer Apollo

Glimmer Apollo integrates GraphQL in your Ember and Glimmer apps using Apollo Client.

Get Started

Reactive

Queries are automatically re-executed when arguments change. The UI reflects any changes when cache data is updated.

Declarative API

Glimmer's auto-tracking system allows for simple and declarative APIs. We use the Resource pattern for forward-looking API.

TypeScript

It's written in TypeScript, allowing APIs to specify the shape of the result data and variables. It also provides friendly IntelliSense while coding.

Released under MIT License - Created by Josemar Luedke