github graphql/graphiql graphiql@5.2.3

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.

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

  • Updated dependencies [f1a210e, 6f5d5d2, 40359eb, e7b30c1]:

    • @graphiql/react@0.37.4
    • @graphiql/plugin-doc-explorer@0.4.2
    • @graphiql/plugin-history@0.4.2

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.