-
Notifications
You must be signed in to change notification settings - Fork 40
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
Custom Directives #344
Comments
Some possible use-cases for Custom Directives:
These directives would add a benefit for the client as "structured documentation". |
We already do 3 in the backend as well - what we can do is to make these available in the schema as directives, that would be cool... |
yeah, of course... I just forgot the |
Hi, I would like to help with this issue |
@KSmigielski : that would be great! If you need help, just ask! |
KSmigielski still interested three years later? |
I would like to be able to add Custom Directives to the generated schema. It would be convenient to add an
@Directive
annotation to my own annotation, i.e.:...generates a schema:
The text was updated successfully, but these errors were encountered: