Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 819 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 819 Bytes

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.