·
620 commits
to main
since this release
Minor Changes
-
#2523
01cd313b
Thanks @thomasheyenbrock! - BREAKING: Don't passshouldPersistHeaders
anymore when invoking the fetcher function. This value can be looked up by consuming theEditorContext
:import { useEditorContext } from '@graphiql/react'; function MyComponent() { const { shouldPersistHeaders } = useEditorContext(); // Do things... }
-
#2523
41236709
Thanks @thomasheyenbrock! - Add aclear
method toStorage
classes