Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@jakobo jakobo released this 15 Aug 02:19
4.0.0
e5f6b75
  • New (kinda) official logo
  • Adds fetch option to request options for both the request method and the GraphQLClient object

💥 BREAKING CHANGES (4.x)

  • No longer includes cross-fetch as a dependency
  • No longer includes p-retry as a dependency
  • Removed retries as a provided option

With node 18 providing a What-WG compatible fetch, version 4.0 of graphinql no longer provides a fetch by default nor includes p-retry. If you need these features, you can provide them yourself, via the new fetch option. This was done to keep graphinql as light as possible.


Full Changelog: 3.7.2...4.0.0