This repository is for Perfect Guild of Code First GraphQL server with GraphQL.js and TypeScript on Medium.
- master
- Minimum setup of GraphQL server with express
- done
- Query is implemented
- Relay style pagination is implemented
- TypeScript annotation with GraphQL Code Generator is implemented
- Clone
$ git clone git@github.com:egurinko/code-first-graphql-example.git
$ cd code-first-graphql-example
- Install dependencies
$ yarn install
- Start GraphQL server
$ yarn dev
// go to localhost:4000/graphql on browser