From ee7d8a737b6314ee765d342c09638794f686de35 Mon Sep 17 00:00:00 2001 From: zcason Date: Mon, 18 Sep 2023 11:26:23 -0500 Subject: [PATCH] migrate graphql-backend plugin to the new backend system Signed-off-by: zcason --- plugins/graphql-backend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 7582c150cb..2ed420983e 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -35,6 +35,7 @@ "dependencies": { "@apollo/server": "^4.0.0", "@backstage/backend-common": "workspace:^", + "@backstage/backend-plugin-api": "workspace:^", "@backstage/config": "workspace:^", "@backstage/plugin-catalog-graphql": "workspace:^", "@graphql-tools/schema": "^9.0.0",