https://github.com/weakky/nexus-schema-vercel
https://github.com/weakky/nexus-schema-vercel
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weakky/nexus-schema-vercel
- Owner: Weakky
- Created: 2020-07-29T16:11:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:37:14.000Z (over 3 years ago)
- Last Synced: 2025-06-05T07:01:02.045Z (about 1 year ago)
- Language: TypeScript
- Size: 626 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GraphQL APIs for Next.js examples
This repository contains GraphQL APIs that are used in the [Next.js examples](https://github.com/vercel/next.js/tree/canary/examples). They use [Prisma](http://prisma.io/) + [Nexus](http://nexusjs.org/) and are hosted on [Vercel](https://vercel.com/) as:
| example | url |
|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| [graphql-with-prisma-simple](https://github.com/prisma-labs/nextjs-graphql-api-examples/tree/master/packages/graphql-with-prisma-simple) | https://nextjs-graphql-with-prisma-simple.vercel.app/api |
| [graphql-with-prisma-relay](https://github.com/prisma-labs/nextjs-graphql-api-examples/tree/master/packages/graphql-with-prisma-relay) | https://nextjs-graphql-with-prisma-relay.vercel.app/api |