nexus/examples
Flavian Desverne 80ad53135c
improve!: rename package to nexus (#699)
Co-authored-by: Jason Kuhrt <jasonkuhrt@me.com>

COMPLETES INITIAL DEVELOPMENT

BREAKING CHANGE:

You will now need to install Nexus Schema from the npm package `nexus` instead of `@nexus/schema`.
2020-12-14 09:41:29 -05:00
..
apollo-fullstack improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
ghost improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
githunt-api improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
kitchen-sink improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
star-wars improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
ts-ast-reader improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
with-prisma improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
zeit-typescript improve!: rename package to nexus (#699) 2020-12-14 09:41: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.