Releases: wayfair-incubator/gqmock
Releases · wayfair-incubator/gqmock
v2.0.1
Fix
- Revert
@chalk
upgrade due to module import differences with previous version
v2.0.0
Chore
- Updated many dependencies of this library. See the package.json diff for
details.
Breaking
@faker-js/faker
is now a peer dependency and is required to be installed by
consuming projects if that functionality is used.
v1.3.1
Fixed
- fix: support variables nested in query when making private queries
v1.3.0
Added
- feat: support nested faker configurations (for scalars, etc)
v1.2.2
Fixed
- fix: support multiple nodes in private queries
v1.2.1
Fixed
- fix: support unions when building private queries
v1.2.0
Added
- feat: allow explicit passing of cors options
v1.1.2
Fixed
- fix: handle null arguments
v1.1.1
Fixed
- fix: resolve matching arguments correctly + support nested arguments
v1.1.0
Added
- feat: add support for serving a GraphQL IDE from the mock servers
/graphql
route. Three options are available:
- DEFAULT
GraphQLIDE.ApolloSandbox
: Serve's the
Apollo Sandbox
experience.
GraphQLIDE.GraphiQL
: Serve's the latest version of
GraphiQL
GraphQLIDE.None
: Disables the GraphQL IDE experience
Fixed
- fix: don't require sequenceId when executing a query