TypeScript Operations with Next.js
The NextJS TypeScript Operations example demonstrates how you can use TypeScript Operations with WunderGraph & Next.js.
Keep in mind that WunderGraph is frontend framework-agnostic, so you can use it with any frontend framework, not just Next.js.
Usage
To define your first TypeScript Operation, create a new file in the operations
directory.
Now you can use the operation in your NextJS page.
Types are shared between client and server, that's why we call this isomorphic TypeScript APIs.
If you want to learn more about this feature, how to use it with mutations and subscriptions, have a look at the reference documentation.
Learn more
Deploy to WunderGraph Cloud
The easiest way to deploy your WunderGraph app is to use WunderGraph Cloud. Enable the Vercel integration to deploy the Next.js frontend to Vercel.