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
Perhaps this is an opportunity to upgrade graphiql from 1.4.1 to 2.4.1, to keep up with their api docs. Versions < 1.4.3 are vulnerable to XSS attacks - link
If I understand correctly, if examples were able to set these properties on the javascript side, we'd have to expose the api in ocaml and ultimately string replace the inlined javascript object. this doesn't feel great.
An easier option is just insert some javascript in the examples to clear local storage.
This led to the invalid issue #261, and, in general, can confuse users.
Is there a GraphiQL option that can disable caching?
The text was updated successfully, but these errors were encountered: