-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Migrate apollo 4 #2713
Migrate apollo 4 #2713
Conversation
16f2e0e
to
89151a9
Compare
Benchmarks
ExplanationThe benchmark shows a performance difference between the frameworks. We note that Ts.ED is often last. In fact, Ts.ED uses features useful to a production application which reduce its performance. For example, Ts.ED initializes a sandbox (async_hook) for each request in order to work in an isolated context if necessary. All this at a necessary cost that reflects the reality of a production application ;) |
89151a9
to
b77e0dc
Compare
ab8e6c9
to
46ab4bc
Compare
b76e7c8
to
9230a2a
Compare
7d13c6c
to
471f636
Compare
471f636
to
ea22206
Compare
fb422dd
to
751b518
Compare
072fea8
to
2a66ded
Compare
e74df8a
to
dec810b
Compare
…property from $ctx
BREAKING CHANGE: all implementation and configuration of @tsed/apollo have changed.
BREAKING CHANGE: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
dec810b
to
185ecb5
Compare
95d58a9
to
7afc1a2
Compare
BREAKING CHANGE: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
7afc1a2
to
bbe362b
Compare
🎉 This PR is included in version 8.0.0-alpha.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 8.0.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Information
Migrate the package to Apollo v4