Hi there, I think I found a bug. When I use `graph...
# prisma-whats-new
p
Hi there, I think I found a bug. When I use
graphql get-schema -e default
, and my schema has comments/docs, then the generated schema is malformed. Or am I doing something wrong?
a
This might have to do with the fact that in graphql 0.12, the syntax for descriptions has changed. Can you create an issue in the
graphql-cli
repo?
p
k
👍🏻 1
Is there anyway to work around this in the mean time?
a
Remove the comments from your schema before running
get-schema
? I haven't had a chance to look at the problem, so I can't tell you anything more than that at the moment.
p
yah, that's what I ended up doing. Also, you can manually remove the invalid comments from the generated schema