0.5.3 • Published 6 years ago

@bauxite/launcher-graphql v0.5.3

Weekly downloads
49
License
-
Repository
-
Last release
6 years ago

Provides a GraphQL layer to launcher-api

Installation

As a globally available binary.

Via yarn:

[sudo] yarn global add @bauxite/launcher-graphql

or via npm:

[sudo] npm install --global @bauxite/launcher-graphql

Usage

From your terminal:

bauxite-gql

This will launch a local HTTP server on port 2501, exposing a GraphQL endpoint at /api. It will also launch your default web browser with a GraphiQL user interface to allow you to interact with the underlying API.

To override the default port, pass the PORT environment variable when launching:

PORT=2501 bauxite-gql