GraphQL Client with Apollo GraphQL and NextJS App Router (TypeScript) – Medium

GraphQL Client with Apollo GraphQL and NextJS App Router (TypeScript) – Medium

npx create-next-app@latest npm install @apollo/client graphql. Build UI. Create new page inside /app/posts/page.tsx. import Posts from “./post”;

 

Read More