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
In this issue #169, I found that the description was ignored.
I am using graphql-java 11.0 and graphql-java-tools 5.5.1.
graphql-java-tools/src/main/kotlin/com/coxautodev/graphql/tools/SchemaParser.kt
Lines 64 to 68 in 3242872
The current description is obtained by this method. But if you use String-formatted schema descriptions, It will be in definition.description.
definition.description
Lines 137 to 142 in 3242872
The text was updated successfully, but these errors were encountered:
26e8106
Merge pull request #259 from graphql-java-kickstart/bugfix/253-string…
9cf5770
…-formatted-schema-descriptions Use string formatted descriptions if available (fix #169, fix #253)
No branches or pull requests
In this issue #169, I found that the description was ignored.
I am using graphql-java 11.0 and graphql-java-tools 5.5.1.
graphql-java-tools/src/main/kotlin/com/coxautodev/graphql/tools/SchemaParser.kt
Lines 64 to 68 in 3242872
The current description is obtained by this method.
But if you use String-formatted schema descriptions, It will be in
definition.description
.graphql-java-tools/src/main/kotlin/com/coxautodev/graphql/tools/SchemaParser.kt
Lines 137 to 142 in 3242872
So this issue has nothing to do with graphql-java.
The text was updated successfully, but these errors were encountered: