diff --git a/catalog-info.yaml b/catalog-info.yaml index 137f55ccc..fdecdaad7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,7 +1,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: demo + name: backstage-demo description: An example deployment of a Backstage application. annotations: github.com/project-slug: backstage/demo @@ -17,16 +17,11 @@ kind: API metadata: name: demo-graphql description: GraphQL Backend Plugin - links: - - title: GraphQL Backend Plugin - url: https://github.com/thefrontside/playhouse/tree/main/plugins/graphql-backend#graphql-backend - - title: GraphQL Catalog Schema - url: https://github.com/thefrontside/playhouse/tree/main/plugins/graphql-backend-module-catalog#graphql-backend-catalog-module - - title: Schema Directives Docs - url: https://github.com/thefrontside/HydraphQL spec: type: graphql lifecycle: production owner: backstage/maintainers + apiConsumedBy: + - backstage-demo definition: $text: https://demo.backstage.io/api/graphql/schema \ No newline at end of file