Merge pull request #7445 from backstage/orkohunter/add-backend-suffix-to-graphql

chore: Add `-backend` suffix to plugins/graphql
This commit is contained in:
Ben Lambert
2021-10-06 14:01:29 +02:00
committed by GitHub
12 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ Integrates GraphiQL as a tool to browse GraphQL API endpoints inside Backstage.
Stability: `1`
### `graphql` [GitHub](https://github.com/backstage/backstage/tree/master/plugins/graphql/)
### `graphql` [GitHub](https://github.com/backstage/backstage/tree/master/plugins/graphql-backend/)
A backend plugin that provides
+1 -1
View File
@@ -6,6 +6,6 @@ This is the Catalog GraphQL plugin.
It provides the `catalog` part of the GraphQL schema.
To register it with the GraphQL backend, be sure to follow the [Getting Started](../graphql/README.md#getting-started) guide of the GraphQL plugin.
To register it with the GraphQL backend, be sure to follow the [Getting Started](../graphql-backend/README.md#getting-started) guide of the GraphQL plugin.
<!-- TODO: Need to make the GraphQL plugin compatible with non forked repos >
@@ -5,6 +5,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",