Skip to content

Releases: miragejs/graphql

Release v0.1.3

12 Aug 11:43
Compare
Choose a tag to compare

This release fixes an issue with the ES module imports from the build.

CHANGELOG

  • #15 [BUGFIX] Fix modules build issue

Release v0.1.2

10 Aug 21:15
Compare
Choose a tag to compare

This release includes a fix for an issue with union object types and introduces a build for npm that includes Common JS output.

CHANGELOG

  • #11 [FEATURE] Add a build to the project for npm
  • #13 [BUGFIX] Fix for resolving non-list union types

Release v0.1.1

05 Aug 20:55
Compare
Choose a tag to compare

This release includes two small fixes and two dependency updates.

CHANGELOG

  • #4 [BUGFIX] Default value for options in createGraphQLHandler
  • #6 [BUGFIX] Syntax fixes in README examples
  • #7 [MAINTENANCE] Remove b2a dependency
  • #8 [MAINTENANCE] Bump lodash version to 4.17.19

v0.1.0

12 Jul 18:29
091f86f
Compare
Choose a tag to compare

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.