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. -
#4140
40359ebThanks @trevor-scheer! - Removereact-compiler-runtimepeer dependency -
#4211
e7b30c1Thanks @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