Skip to content
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

Add postTransform option to allow apply custom transformations after schema mapping #19

Closed
wants to merge 2 commits into from

Conversation

wKich
Copy link
Member

@wKich wKich commented Feb 15, 2024

Motivation

Backstage GraphQL Plugin requires to walkthrough post transformed schema to collect @field directives mapping and generate entities filter input type(-s)

Approach

Expose postTransform option

Alternate Designs

Utilize graphql-codegen API and probably separate transformations as codegen plugins

Signed-off-by: Dmitriy Lazarev <[email protected]>
@wKich wKich requested review from cowboyd and taras February 15, 2024 11:44
@wKich
Copy link
Member Author

wKich commented Feb 15, 2024

Never mind I found another solution

@wKich wKich closed this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant