You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)