From cf21ebc55907967ea456f8b2b1a1a00a8b544b36 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Tue, 5 Oct 2021 09:46:09 +0200 Subject: [PATCH] graphql: Add -backend suffix to the plugin directory plugins/graphql is a backend plugin published at @backstage/plugin-graphql-backend When exploring the repository, I got confused to find only plugins/graphql since backend plugins are supposed to have the -backend suffix Signed-off-by: Himanshu Mishra --- plugins/{graphql => graphql-backend}/.eslintrc.js | 0 plugins/{graphql => graphql-backend}/CHANGELOG.md | 0 plugins/{graphql => graphql-backend}/README.md | 0 plugins/{graphql => graphql-backend}/api-report.md | 0 plugins/{graphql => graphql-backend}/package.json | 0 plugins/{graphql => graphql-backend}/schema.gql | 0 plugins/{graphql => graphql-backend}/src/index.ts | 0 plugins/{graphql => graphql-backend}/src/service/router.test.ts | 0 plugins/{graphql => graphql-backend}/src/service/router.ts | 0 plugins/{graphql => graphql-backend}/src/setupTests.ts | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename plugins/{graphql => graphql-backend}/.eslintrc.js (100%) rename plugins/{graphql => graphql-backend}/CHANGELOG.md (100%) rename plugins/{graphql => graphql-backend}/README.md (100%) rename plugins/{graphql => graphql-backend}/api-report.md (100%) rename plugins/{graphql => graphql-backend}/package.json (100%) rename plugins/{graphql => graphql-backend}/schema.gql (100%) rename plugins/{graphql => graphql-backend}/src/index.ts (100%) rename plugins/{graphql => graphql-backend}/src/service/router.test.ts (100%) rename plugins/{graphql => graphql-backend}/src/service/router.ts (100%) rename plugins/{graphql => graphql-backend}/src/setupTests.ts (100%) diff --git a/plugins/graphql/.eslintrc.js b/plugins/graphql-backend/.eslintrc.js similarity index 100% rename from plugins/graphql/.eslintrc.js rename to plugins/graphql-backend/.eslintrc.js diff --git a/plugins/graphql/CHANGELOG.md b/plugins/graphql-backend/CHANGELOG.md similarity index 100% rename from plugins/graphql/CHANGELOG.md rename to plugins/graphql-backend/CHANGELOG.md diff --git a/plugins/graphql/README.md b/plugins/graphql-backend/README.md similarity index 100% rename from plugins/graphql/README.md rename to plugins/graphql-backend/README.md diff --git a/plugins/graphql/api-report.md b/plugins/graphql-backend/api-report.md similarity index 100% rename from plugins/graphql/api-report.md rename to plugins/graphql-backend/api-report.md diff --git a/plugins/graphql/package.json b/plugins/graphql-backend/package.json similarity index 100% rename from plugins/graphql/package.json rename to plugins/graphql-backend/package.json diff --git a/plugins/graphql/schema.gql b/plugins/graphql-backend/schema.gql similarity index 100% rename from plugins/graphql/schema.gql rename to plugins/graphql-backend/schema.gql diff --git a/plugins/graphql/src/index.ts b/plugins/graphql-backend/src/index.ts similarity index 100% rename from plugins/graphql/src/index.ts rename to plugins/graphql-backend/src/index.ts diff --git a/plugins/graphql/src/service/router.test.ts b/plugins/graphql-backend/src/service/router.test.ts similarity index 100% rename from plugins/graphql/src/service/router.test.ts rename to plugins/graphql-backend/src/service/router.test.ts diff --git a/plugins/graphql/src/service/router.ts b/plugins/graphql-backend/src/service/router.ts similarity index 100% rename from plugins/graphql/src/service/router.ts rename to plugins/graphql-backend/src/service/router.ts diff --git a/plugins/graphql/src/setupTests.ts b/plugins/graphql-backend/src/setupTests.ts similarity index 100% rename from plugins/graphql/src/setupTests.ts rename to plugins/graphql-backend/src/setupTests.ts