Skip to content

Releases: wayfair-incubator/gqmock

v2.0.1

09 Sep 17:28
26f5f2e
Compare
Choose a tag to compare

Fix

  • Revert @chalk upgrade due to module import differences with previous version

v2.0.0

09 Sep 15:23
1b6d214
Compare
Choose a tag to compare

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

09 Feb 02:57
61d30cd
Compare
Choose a tag to compare

Fixed

  • fix: support variables nested in query when making private queries

v1.3.0

02 Feb 18:35
ea9fa13
Compare
Choose a tag to compare

Added

  • feat: support nested faker configurations (for scalars, etc)

v1.2.2

22 Dec 20:27
2afc498
Compare
Choose a tag to compare

Fixed

  • fix: support multiple nodes in private queries

v1.2.1

21 Dec 19:07
d5e9d23
Compare
Choose a tag to compare

Fixed

  • fix: support unions when building private queries

v1.2.0

02 Nov 16:09
9ae05a8
Compare
Choose a tag to compare

Added

  • feat: allow explicit passing of cors options

v1.1.2

21 Aug 21:55
76c9190
Compare
Choose a tag to compare

Fixed

  • fix: handle null arguments

v1.1.1

09 Aug 17:48
8cac819
Compare
Choose a tag to compare

Fixed

  • fix: resolve matching arguments correctly + support nested arguments

v1.1.0

28 Jun 21:25
0ff146e
Compare
Choose a tag to compare

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