-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema with comments for documentation not supported #5
Comments
ahh, this makes sense. will need some time to look into a fix for this, feel free to bump this issue if it doesn't get attention in the next week or so. also, we'd happily accept a pull request to help us add support for comments. |
Could you point me to where the parser logic is for consuming the schema? |
https://github.com/solo-io/qloo/blob/master/pkg/core/event_loop.go#L232 the schema parsing is delegated to https://github.com/vektah/gqlgen |
It looks like this was fixed: 99designs/gqlgen#86 (comment). Are you able to update the gqlgen dependency? |
Bump :) |
Any updates? Still doesn't work |
Assume the following schema is in a file named
example.graphql
Uploading it is successful, but no resolvermap gets created for it. It's due to the comments not being able to be parsed. However GraphQL Playground has support for showing these strings as documentation for the schema.
The text was updated successfully, but these errors were encountered: