github urql-graphql/urql @urql/core@1.9.0

latest releases: @urql/exchange-graphcache@7.2.0, @urql/exchange-throw-on-error@0.1.0, @urql/solid@0.1.0...
4 years ago

Minor Changes

  • Adds the maskTypename export to urql-core, this deeply masks typenames from the given payload.
    Masking __typename properties is also available as a maskTypename option on the Client. Setting this to true will
    strip typenames from results, by @JoviDeCroock (See #533)
  • Add support for sending queries using GET instead of POST method (See #519)
  • Add client.readQuery method (See #518)

Patch Changes

  • ⚠️ Fix ssrExchange not serialising networkError on CombinedErrors correctly. (See #515)
  • Add explicit error when creating Client without a URL in development. (See #512)

Don't miss a new urql release

NewReleases is sending notifications on new releases.