Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphQL Nexus Examples

All of these example can be run at once:

With Yarn:

git clone https://github.com/graphql-nexus/nexus.git
cd nexus
yarn
yarn examples

or NPM:

git clone https://github.com/graphql-nexus/nexus.git
cd nexus
npm i
npm run examples

Featured Example (TypeScript)

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.