You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find healSchema, visitSchema and SchemaVisitor very useful to force various actions over the whole schema. After updating from 2.24.0 I can't import them from graphql-tools. Thankfully it's easily fixed:
-import { healSchema, SchemaVisitor, visitSchema } from "graphql-tools";+import {+ healSchema,+ SchemaVisitor,+ visitSchema+} from "graphql-tools/dist/schemaVisitor";
Would be great if you could export those at graphql-tools again.
The text was updated successfully, but these errors were encountered:
Hello.
I find
healSchema
,visitSchema
andSchemaVisitor
very useful to force various actions over the whole schema. After updating from 2.24.0 I can't import them fromgraphql-tools
. Thankfully it's easily fixed:Would be great if you could export those at
graphql-tools
again.The text was updated successfully, but these errors were encountered: