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

graphql-server v4.12.3 has broken build #454

Closed
sgohlke opened this issue Jan 30, 2025 · 0 comments · Fixed by #455
Closed

graphql-server v4.12.3 has broken build #454

sgohlke opened this issue Jan 30, 2025 · 0 comments · Fixed by #455
Labels
bug Something isn't working

Comments

@sgohlke
Copy link
Collaborator

sgohlke commented Jan 30, 2025

In the index.ts we re-exported some functionality from graphql-server-base. This got the build script confused which AggregateError and Log elements to use.

We should remove the re-export to fix the build. We increase the graphql-server-base peerDependency to min 2.6.0, this should at least help to fix the imports.

@sgohlke sgohlke added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant