github graphql/graphiql @graphiql/react@0.37.4

latest releases: graphql-language-service@5.5.1, graphql-language-service-server@2.14.9, @graphiql/plugin-explorer@5.1.2...
2 hours ago

Patch Changes

  • #4181 f1a210e Thanks @trevor-scheer! - Fix schema prop to skip introspection when IntrospectionQuery data is provided

    Previously, passing an IntrospectionQuery result as the schema prop would still trigger a network introspection request. The shouldIntrospect check only recognized GraphQLSchema instances (via isSchema), not raw introspection data. Now, when an IntrospectionQuery is passed, a schema is built from it directly using buildClientSchema and introspection is skipped.

  • #4140 40359eb Thanks @trevor-scheer! - Remove react-compiler-runtime peer dependency

  • #4211 e7b30c1 Thanks @davidjb! - Add *.css to sideEffects to allow import of CSS in Webpack Javascript

  • Updated dependencies [914a547, 463df14, 4bb7909, 10f66d5]:

    • graphql-language-service@5.5.1
    • @graphiql/toolkit@0.12.0
    • monaco-graphql@1.7.4

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.