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`. |
||
|---|---|---|
| .. | ||
| apollo-fullstack | ||
| ghost | ||
| githunt-api | ||
| kitchen-sink | ||
| star-wars | ||
| ts-ast-reader | ||
| with-prisma | ||
| zeit-typescript | ||
| README.md | ||
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
Featured Example (TypeScript)
- ghost-graphql (makes use of schemats and the full power of inferred types)
JavaScript
TypeScript
The
nexus-prismaexample is not included when all examples are ran at once. You can try it by following the instructions in its README instead.