We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Custom derives should parse doc comments and use them as description. This is currently not done at least for GraphQLEnum and GraphQLInputObject.
GraphQLEnum
GraphQLInputObject
(Maybe the same would be possible for deprecated annotations?)
deprecated
The text was updated successfully, but these errors were encountered:
Add support for using doc comments as descriptions
b73af06
Fixes graphql-rust#194.
d7f80c7
e30abcd
1fd5c10
Fixes #194.
LegNeato
No branches or pull requests
Custom derives should parse doc comments and use them as description. This is currently not done at least for
GraphQLEnum
andGraphQLInputObject
.(Maybe the same would be possible for
deprecated
annotations?)The text was updated successfully, but these errors were encountered: