Skip to content

Latest commit

 

History

History

migrate-from-apollo

Migrate from pure GraphQL servers

This example shows how to use WunderGraph with Apollo GraphQL Client. We're going to expose WunderGraph's GraphQL API to the world. While this is not recommended due to performance and security reasons (see our blog post), it's a great way to migrate from Apollo or any other GraphQL server in smaller steps.

Warning: If you use WunderGraph GraphQL endpoint directly, you opt-out of the Hooks and possible other features.

Essentially, a migration from Apollo to WunderGraph is as simple as moving your GraphQL queries into WunderGraph operations and use the auto-generated Client in your React frontend.

Getting started

npm install && npm start

Learn More

Read the Docs.

Got Questions?

Join us on Discord!