You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
As it is today, and really well documented, "Directives applied through the @directive() decorator will not be reflected in the generated schema definition file."
I know this is at topic long discussed before, but I talked to people who faced the same issue and had to work some weird solutions or even changed to schema-first approach to avoid this. So I would like to raise it again.
What is the motivation / use case for changing the behavior?
The main problem for us today is that we are trying to use Rover CLI to manage our federated schemas, and the missing Directives prevents us to do it. We managed to get the schema with the directives after the creation of the app (example in the repo), but I don't think this is the best solution.
The text was updated successfully, but these errors were encountered:
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
As it is today, and really well documented, "Directives applied through the @directive() decorator will not be reflected in the generated schema definition file."
I know this is at topic long discussed before, but I talked to people who faced the same issue and had to work some weird solutions or even changed to schema-first approach to avoid this. So I would like to raise it again.
https://github.com/raulburigo/subgraph
Describe the solution you'd like
It would be really helpfull if the generated schema file reflected the directives applied through the @Directives()
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
The main problem for us today is that we are trying to use Rover CLI to manage our federated schemas, and the missing Directives prevents us to do it. We managed to get the schema with the directives after the creation of the app (example in the repo), but I don't think this is the best solution.
The text was updated successfully, but these errors were encountered: