Skip to content

v0.1.0

Compare
Choose a tag to compare
@jneurock jneurock released this 12 Jul 18:29
· 53 commits to main since this release
091f86f

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.