Releases: miragejs/graphql
Release v0.1.13
Release v0.1.12
This release includes a number of dependency updates for security reasons.
CHANGELOG
Release v0.1.11
This release includes a change to the way we create Mirage models. It separates the function that creates Mirage models from the function that registers them. The intention is to allow for things like code generators to import the create model function.
CHANGELOG
- #30 [ENHANCEMENT] Add ability to create POJO with model info from GraphQL schema
Release v0.1.10
This release upgrades a dependency that had a security vulnerability.
CHANGELOG
- #28 [MAINTENANCE] Upgrade Jest to 26.6.3
Release v0.1.9
This release fixes a bug with the TypeScript build output regarding resolver arguments.
CHANGELOG
- #26 [BUGFIX] Update resolver definitions for correct typescript compile
Release v0.1.8
This release fixes a major issue with parsing GraphQL schema passed into request handlers.
CHANGELOG
- #24 [BUGFIX] Fix issue with parsing GraphQL schemas
Release v0.1.7
Release v0.1.6
This release fixes an issue when auto-resolving mutations where nullable input types weren't properly identified for create and update type mutations.
CHANGELOG
- #21 [BUGFIX] Fix getting variable types in auto-mutation resolver
Release v0.1.5
Release v0.1.4
This release adds a totalCount
field to Relay connections.
CHANGELOG
- #17 [FEATURE] Add totalCount field to relay connection