nexus/examples
Philipp Strathausen 031c77257a
chore(docs): Fix prisma link in examples README (#912)
2021-05-25 19:32:31 -04:00
..
apollo-fullstack chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
ghost chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
githunt-api chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
kitchen-sink chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
star-wars chore(docs): Change --transpileOnly to --transpile-only from star-wars example (#859) 2021-03-15 07:40:41 -04:00
ts-ast-reader refactor: add importsNotUsedAsValues: error to force import type (#872) 2021-03-27 16:26:13 -04:00
with-prisma chore(docs): update migrate commands (#792) 2021-01-19 09:17:22 -05:00
zeit-typescript chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
README.md chore(docs): Fix prisma link in examples README (#912) 2021-05-25 19:32:31 -04:00

README.md

GraphQL Nexus Examples

All of these example can be run at once:

With Yarn:

git clone https://github.com/graphql-nexus/schema.git
cd schema
yarn
yarn examples

or NPM:

git clone https://github.com/graphql-nexus/schema.git
cd schema
npm i
npm run examples

JavaScript

TypeScript

The with-prisma example is not included when all examples are ran at once. You can try it by following the instructions in its README instead.