-
Notifications
You must be signed in to change notification settings - Fork 529
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
@desc does not work for field arguments #650
Comments
Same issue is popping up here: Environment
Expected behaviorAdding description to fields should be reflected in the response. Neither this:
Nor this:
does provide description in the response. Actual behaviorNo field description is generated in the response |
Also fixes the `:name` option not working for arguments
Environment
Expected behavior
I expect the
@desc
call to add a:description
to the argument.Actual behavior
The
@desc
above an argument does not work, it appears to be completely ignored.The text was updated successfully, but these errors were encountered: