github Urigo/graphql-mesh @graphql-mesh/types@0.77.1

latest releases: release-1660141840432, json-machete@0.11.1, @omnigraph/raml@0.5.64...
2 years ago

Patch Changes

  • 66f5d01: New credentials configuration option

    Previously it wasn't possible to configure credentials of outgoing Request object passed to fetch. And the default behavior was same-origin.
    Now it is possible to configure it and you can also remove it completely for the environments (e.g. CF Workers) to avoid errors like 'credentials' hasn't been implemented yet etc.

    graphql:
      endpoint: ...
      credentials: disable
    • @graphql-mesh/store@0.8.19

Don't miss a new graphql-mesh release

NewReleases is sending notifications on new releases.