Releases: miragejs/graphql
Releases · miragejs/graphql
Release v0.1.3
This release fixes an issue with the ES module imports from the build.
CHANGELOG
- #15 [BUGFIX] Fix modules build issue
Release v0.1.2
Release v0.1.1
v0.1.0
The first version of Mirage GraphQL is here!
v0.1.0 Features
- Provides a higher order function that takes your GraphQL and Mirage schema and returns a request handler for a GraphQL endpoint.
- Creates Mirage models based on your GraphQL schema for you.
- Resolves many queries and mutations automatically.
- Provides options for supplying your own resolvers, query context and root objects.