nexus/examples
Tim Griesser 555ae79ded
fix: revert declareInputs default to false (#975)
2021-09-02 13:18:47 +00: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 fix: revert declareInputs default to false (#975) 2021-09-02 13:18:47 +00: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 fix failing CI types 2021-07-21 12:19:17 -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.