Is your feature request related to a problem? Please describe.
We intend to write our own custom directives, that match our specific business needs.
Describe the solution you'd like
In order to implement global and generic directives, let's say like @filter, we would like to rely on the previously-available feature of defining root-level transforms.
It seems that since v1, this feature is no more.
Describe alternatives you've considered
I'm leaning towards implementing a custom envelope plugin. But it would need to address two specific elements:
- Defining the directive globally in the GraphQL schema;
- Running its corresponding implementation;