UIGraph GraphQL (uigraph-graphql)
The GraphQL API. It fronts the core API, so it only needs to know where that is.
| Variable | Required | Default | Description |
|---|---|---|---|
API_BASE_URL | No | http://localhost:8080 | In-network base URL of uigraph-api. In the bundled deploy this is http://uigraph-api:8080. Must be a valid absolute URL or the service exits. |
PORT | No | 8090 | Port the GraphQL service listens on. |
ENV | No | local | Runtime mode, local | dev | prod. Affects logging/verbosity. |