From 9def1e95ab1511fa12ea538f073d34513a1e8392 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 11 Oct 2023 11:19:08 +0200 Subject: [PATCH 1/2] deprecate the GraphQL packages Signed-off-by: Patrik Oldsberg --- .changeset/light-squids-deny.md | 6 ++++++ plugins/catalog-graphql/README.md | 10 +--------- plugins/catalog-graphql/package.json | 2 +- plugins/graphql-backend/README.md | 27 +-------------------------- plugins/graphql-backend/package.json | 2 +- 5 files changed, 10 insertions(+), 37 deletions(-) create mode 100644 .changeset/light-squids-deny.md diff --git a/.changeset/light-squids-deny.md b/.changeset/light-squids-deny.md new file mode 100644 index 0000000000..07a124bed3 --- /dev/null +++ b/.changeset/light-squids-deny.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog-graphql': minor +'@backstage/plugin-graphql-backend': minor +--- + +This package has been deprecated, consider using [@frontside/backstage-plugin-graphql-backend](https://www.npmjs.com/package/@frontside/backstage-plugin-graphql-backend) instead. diff --git a/plugins/catalog-graphql/README.md b/plugins/catalog-graphql/README.md index e05672e3a5..021d0d1b20 100644 --- a/plugins/catalog-graphql/README.md +++ b/plugins/catalog-graphql/README.md @@ -1,11 +1,3 @@ # Catalog GraphQL Plugin -## Getting Started - -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-backend/README.md#getting-started) guide of the GraphQL plugin. - -