nexus/examples
Ryan Chenkie b327841a63
chore(docs): update migrate commands (#792)
2021-01-19 09:17:22 -05: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: update nexus ver in examples 2020-12-14 14:10:29 -05:00
ts-ast-reader chore: update nexus ver in examples 2020-12-14 14:10:29 -05: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): Update repo name in examples readme (#443) 2020-06-03 16:28:49 -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 nexus-prisma example is not included when all examples are ran at once. You can try it by following the instructions in its README instead.