GraphQL Server & Client with Next.js, and deploy to Netlify.
npm install
npm run devquery ExampleQuery {
hello
}curl --request POST \
--header 'content-type: application/json' \
--url 'https://graphql-server-client-nextjs.netlify.app/api/graphql' \
--data '{"query":"query ExampleQuery { hello }"}'NEXT_PUBLIC_URL_SERVER_GRAPHQL=http://localhost:3000/api/graphqlWorking project in: https://graphql-server-client-nextjs.netlify.app