Open kevde opened 6 years ago
I have the exact issue.
is there a work around for this?
@SharePointPro hey, sorry for the late response. I'm currently busy with another project. PR welcome, project has all test cases and everything to make it easier, otherwise I can't give any certain timelines when I can get back to this project.
Hi I was trying to create a mongoose schema and convert it into graphql. The structure is the following
Then the it doesn't generate a graphql schema. Here is the error:
Initially, I have an assumption that the error was from node_modules\graphql\utilities\assertValidName.js and it asserts that those fields are not valid. Do you of possible fix for it or workaround?