Skip to content
Compare
Choose a tag to compare
@kitten kitten released this 13 Feb 15:45
1af30b8

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)