-
Notifications
You must be signed in to change notification settings - Fork 44
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
Set description for documentation #57
Comments
This options are working for type customization, but I still not find way for Queries documentation. https://github.com/Youshido/GraphQL/blob/master/examples/02_blog/Schema/PostType.php |
it's OK for Fields but i don't find for Queries and Types documentation. |
For Types, add function getDescription() to your AbstractObjectType Example :
|
The same for Queries, add function getDescription to your AbstractContainerAwareField Example :
|
How can we set description to Queries , Types, Fields, ... ?
The text was updated successfully, but these errors were encountered: