cc80ff7d46
* 'master' of github.com:spotify/backstage: v0.1.1-alpha.17 create-app: remove copyright headers from backend template create-app: update tech-docs backend wiring create-app: add empty list of auth providers cli: fix e2e package references Add api-catalog.yaml file (#1822) cli: update e2e-test to include dist versions of backend packages chore(deps): bump helmet from 3.23.2 to 4.0.0 feat: add simple healthcheck to app container packages/cli: fix packaging of packages without deps config-loader,backend-common: refactor config loading to pass in path and use common util for backend techdocs-cli: import version from techdocs-cli directly create-app: use cli-common to discover paths and import version directly cli: use cli-common to discover paths packages: add cli-common
graphql
Welcome to the graphql backend plugin!
This plugin was created through the Backstage CLI
Getting started
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running yarn start in the root directory, and then navigating to /graphql.
You can also serve the plugin in isolation by running yarn start in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the /dev directory.