Skip to content

Releases: kamilkisiela/graphql-config

v4.0.1

03 Aug 11:08
Compare
Choose a tag to compare
  • Updated dependencies of graphql-tools to latest, to address issues related to documents loading.

v4.0.0

03 Aug 07:03
Compare
Choose a tag to compare

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

Dropped Node 10 support, due to the need to support ESM in this package.

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

The signature of Loader has been changed in graphql-tools, to allow more flexibility.

If you are using graphql-config with extensions, then the Extension you are using needs to adjust to the new return value of Loader signature that returns Source[] | null instead of Source. (see: #716)

Other changes:

  • ESM Support
  • Update dependencies of graphql-tools.

v3.4.1

03 Aug 08:04
Compare
Choose a tag to compare
  • back to @graphql-tools/utils v7 (fixes #716)

v3.4.0

03 Aug 06:52
Compare
Choose a tag to compare
  • Update dependencies of graphql-tools.

v3.3.0

19 May 08:47
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

v3.2.0

17 Nov 15:49
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

  • Allow custom options for loadSchema #593

v3.1.0

04 Nov 11:00
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

v3.0.3

30 Jun 08:13
f4502d5
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

  • Use GraphQL Tools v6 (#549)
  • Use string-env-interpolation instead of custom code
  • Update deps

v3.0.2

12 May 09:07
49b1a9f
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

Fix missing types #542

v3.0.1

29 Apr 09:51
Compare
Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

List of changes:

  • use GraphQL Toolkit v0.10.6