nexus/examples
Tim Griesser 9875e90dae
feat: Add Schema Directives to SDL (#952)
Adds directive & addDirective utilities for defining directives emitted in the SDL
2022-05-15 16:59:05 -04:00
..
apollo-fullstack feat: Add Schema Directives to SDL (#952) 2022-05-15 16:59:05 -04:00
ghost feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
githunt-api feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
kitchen-sink chore: change facebook.github.io to relay.dev links (#1083) 2022-05-03 11:24:45 -04:00
star-wars feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
ts-ast-reader feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
with-prisma feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
zeit-typescript feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
README.md chore(docs): Fix prisma link in examples README (#912) 2021-05-25 19:32:31 -04:00

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

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.