Skip to content

@graphiql/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@acao acao released this 22 Jun 12:38
· 40 commits to main since this release
b630949

Minor Changes

  • #3735 0a08642 Thanks @dimaMachina! - - Remove query, variables, headers, and response props from <GraphiQL /> and <GraphiQLProvider />
    • Add initialQuery, initialVariables and initialHeaders props
    • Fix defaultQuery, when is set will only be used for the first tab. When opening more tabs, the query editor will start out empty
    • remove useSynchronizeValue hook