/graphql-toolbox

GraphQL Toolbox - a set of GraphQL tools to help with GraphQL server and client development.

Primary LanguageJavaScriptOtherNOASSERTION

GraphQL Toolbox

A set of GraphQL tools to help with GraphQL server and client development.

Getting Started

The prerequisites are SBT, Java 8, npm.

In order to run the server locally you need to execute following commands:

$ npm install
$ sbt run

This will run the Play app in a dev mode which means that it will pick up all of the changes to a source code (this also includes resources managed by webpack).