Skip to content

Latest commit

 

History

History

examples

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)

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.