Simple sandbox project for making GraphQL queries to Github
./graphql shows example queries
./src/paging.ts shows how to page through response objects
./src/fields.ts shows schema fields given an GraphQL type
./src/index.ts shows how to load queries from ./graphql/*.gql and execute them