We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if this library provided a way to specify descriptions in protobuf that get included when generating the GraphQL schema:
https://spec.graphql.org/June2018/#sec-Descriptions
The text was updated successfully, but these errors were encountered:
Thanks for the issue, Now we don't support to generate GraphQL schema (FYI: I'm using get-graphql-schema https://github.com/prisma-labs/get-graphql-schema to generate schema for actual service).
get-graphql-schema
BYW, how can we support for thiis? the generated execution code has a description that comes from protobuf field comment https://github.com/ysugimoto/grpc-graphql-gateway/blob/master/protoc-gen-graphql/template.go#L65
If you have any opinion, let me know.
Sorry, something went wrong.
No branches or pull requests
It would be great if this library provided a way to specify descriptions in protobuf that get included when generating the GraphQL schema:
https://spec.graphql.org/June2018/#sec-Descriptions
The text was updated successfully, but these errors were encountered: