github graphql/graphiql @graphiql/toolkit@0.7.0

Minor Changes

  • #2523 01cd313b Thanks @thomasheyenbrock! - BREAKING: Don't pass shouldPersistHeaders anymore when invoking the fetcher function. This value can be looked up by consuming the EditorContext:

    import { useEditorContext } from '@graphiql/react';
    
    function MyComponent() {
      const { shouldPersistHeaders } = useEditorContext();
      // Do things...
    }
  • #2523 41236709 Thanks @thomasheyenbrock! - Add a clear method to Storage classes

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.