Unable to import Query/Mutation from nested schemas
Closed this issue · 2 comments
LawJolla commented
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!
schickling commented
This should be fixed by now thanks to @SpaceK33z! 🎉