Skip to content

[Feature] Root-level transforms (for custom directives) #8639

@arnaud

Description

@arnaud

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions