Apollo server v4 migration question; Sveltekit #7094
Replies: 1 comment 5 replies
-
Interesting that you were using Anyway, I think what you're looking for is the Note that if what you build is generally usable by folks other than your own project, perhaps you want to publish a SvelteKit integration? We have GitHub and npm orgs for AS4 integrations over at https://github.com/apollo-server-integrations; let us know if you're interested and we can give you the appropriate permissions to publish your package in both places. |
Beta Was this translation helpful? Give feedback.
-
Hi Apollo.
I'm trying to upgrade my team's projects from Apollo-server v3 to v4 - seems like you guys have been busy pushing a big new upgrade 🥳
We are using the Sveltekit framework, and in v3 we handled GraphQl like this:
_server.ts
and then in the graphql route:
+server.ts
How would I migrate this code to Apollo server v4? I'm reading the docs, and it seems like I need "something" else to make this work. Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions