Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

GraphQL Sample App

Prerequisites

  • Node 12+
  • NPM
  • Git

Setup

git clone https://github.com/passkwall/hacking_graphql.git

cd app/

npm i -s

npm start

Accessing the application

The app should run on localhost:4000. Specifically, the route /graphql will give you a GraphiQL UI to query. This is useful for poking around and identifying available schemas.