-
Notifications
You must be signed in to change notification settings - Fork 420
fix: federation schema builder #2059
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
Conversation
Andrius0124
commented
Mar 29, 2022
@kamilmysliwiec
Thanks for the great framework!
Anyway we could speed up this PR?
It's a blocker for us.
@kamilmysliwiec Thanks for the great framework! Anyway we could speed up this PR? It's a blocker for us.
@Andrius0124 A temporary solution that i am using in my projects
transformSchema: (schema) => { writeFileSync( join(process.cwd(), 'src/schema.gql'), printSubgraphSchema(schema), ); return schema; },
I hope it helps
Andrius0124
commented
Mar 30, 2022
@endroca Huge help! Works like a charm! Thanks
Francismb
commented
Apr 22, 2022
Looking forward to it!
mandajoan
commented
Mar 17, 2023
Hello! Ran into this issue and journeyed along the various issues reported to end up on this PR. Any updates on the status of this getting merged or input on new solutions w/the more recent package updates?
renanpupin
commented
Feb 1, 2024
I can confirm this is still a problem.
jasonmacdonald
commented
May 7, 2024
This is a 3 year old issue that has a simple fix and yet still isn't addressed. This completely breaks using Nest with code-first and federation 2. I'm so confused about how this is just lingering.
Uh oh!
There was an error while loading. Please reload this page.
Referer: #1780
## PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #1597
What is the new behavior?
The generated schema contains also the directives needed for the federation.
Does this PR introduce a breaking change?
Other information