Closed LazerJesus closed 4 years ago
@FinnFrotscher Could you share a reproduction?
sorry, i have moved past the issue by locking a specific version.
I posted here to give you a heads up and provide a solution to anyone running into the same issue.
what i can tell you is that i use multiple layers of composition.
Top down:
I import all schema files recursively like this:
importSchema("./../*.gql")
I have one schema.gql
file that contains a bunch of import statements like
# import AuthPayload from "../resolvers/auth/schema.gql"
# import Query from "query.gql"
all my types are defined in various files.
the current version of this package throws:
fixed with:
npm i graphql-import@1.0.0-130487b.0