Releases: urql-graphql/urql
Releases · urql-graphql/urql
v1.0.4
- Fix
__typename
not being extracted from responses correctly, which broke caching - Fix
fetchOptions
being called in the client instead of thefetch
exchange - Improve
CombinedError
to actually be anError
and rehydrateGraphQLError
instances - Fix
Mutation#executeMutation
prop not accepting generics
v1.0.3
v1.0.2
v1.0.0 – Customisable & The one with hooks.
urql
v1 is more customisable than ever with a concept of "exchanges", which allow you to customise every aspect of how urql
works. Check out the docs for more info on v1!