ardatan/graphql-import

Unable to import Query/Mutation from nested schemas

Closed this issue · 2 comments

E.g.

# schema.graphql
# import Mutation.createUser from "....../generated/prisma.graphql"
....
# import * from "./post/post.graphql"
...
# post.graphql
# import Mutation.createPost from "....../generated/prisma.graphql"
...

will not import Mutation.createPost or throw an error. Please let me know if an example repo would help. Thank you!

Hey, this is a duplicate of #115. I made a PR to fix this issue, see #140.

This should be fixed by now thanks to @SpaceK33z! 🎉