I've this line in schema.graphql: ```# import some...
# prisma-whats-new
e
I've this line in schema.graphql:
Copy code
# import some random text, doesn't matter from "./generated/prisma.graphql"
If I remove it, I get this error:
Copy code
throw new Error("Field " + node.name.value + ": Couldn't find type " + nodeTypeName + " in any of the schemas.");
It's a bit weird as this line seems to be a comment, but I guess it's not. I imagine there is some regular expression out there and doesn't care about what's next "import"?
n
you might be interested in this: https://github.com/graphcool/graphql-import