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.