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
- ghost-graphql (makes use of schemats and the full power of inferred types)
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.