Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 10, 2022 09:42 pm GMT

Next.js GraphQL Apollo Server Starter Project

Next.js Graphql apollo server starter

Next.js Graphql apollo server starter , with merge schema , combine resolvers generate type in fast and simple way

Github Repo

https://github.com/idurar/next-js-graphql-apollo-server-starter

Install

yarn Install

Generate schema and Type

yarn generate

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

can be accessed on http://localhost:3000/api/graphql. This endpoint can be edited in pages/api/graphql.ts.

Image cover : thanks to https://unsplash.com/@tateisimikito


Original Link: https://dev.to/lalami/nextjs-graphql-apollo-server-starter-project-3b8j

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To