Patch Changes
-
#4181
f1a210eThanks @trevor-scheer! - Fix schema prop to skip introspection when IntrospectionQuery data is providedPreviously, passing an
IntrospectionQueryresult as theschemaprop would still trigger a network introspection request. TheshouldIntrospectcheck only recognizedGraphQLSchemainstances (viaisSchema), not raw introspection data. Now, when anIntrospectionQueryis passed, a schema is built from it directly usingbuildClientSchemaand introspection is skipped. -
#4211
e7b30c1Thanks @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