-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix AstPrinter to print field descriptions
#2808
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
Fix AstPrinter to print field descriptions
#2808
Conversation
|
Thanks for this PR fix. I am happy to accept it - but it seems that a test ios failing that might be an assertion on the comment . Can you please have a look |
|
@bbakerman Thanks for having a look, i updated the failing test case. |
bbakerman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this
| ''' | ||
| } | ||
|
|
||
| def "print empty description"() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems there is a test failing IntrospectionResultToSchemaTest > test starwars introspection result FAILED
bbakerman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this
AstPrinter.printAstomits field descriptions when there are no arguments or the arguments have no descriptions.To reproduce