Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 435 Bytes

Graphql-apollo-server

Typescript middleware using Apollo Server

Run yarn to install dependencies.

To run open a terminal and execute: yarn dev to development, or yarn build to minified production build.

Then open another terminal and run: yarn start:env

Then go to http://localhost:4000/ and you should see the playground, currently there is just one request avaiable with a bit of documentation testing.