deepaknverma / graphqlsample

sample app to experiment with graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphqlSample

Getting started

  1. Make sure you have Node 8 installed.
  2. Clone this repo git clone https://github.com/hipagesgroup/graphqlsample.git
  3. yarn
  4. yarn test to confirm that everything works
  5. Done!

Developing

Testing

  1. yarn test
  2. yarn run lint

Why does lint yell at me with a bunch of prittier junk OR why does my code keep moving around

We're using prettier for code formatting, it throws away any custom formatting you've done and pretty prints in a defined format. No more space/tabs/brackets discussions.

How do I fix my stuff?

  1. yarn run lint -- --fix

About

sample app to experiment with graphql


Languages

Language:TypeScript 77.2%Language:JavaScript 22.8%