Skip to content

Commit 1eeb80e

Browse files
authored
Correct import of graphql-backend-node package
It's using old backstage packages instead of frontside package
1 parent 9e1d699 commit 1eeb80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/graphql-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const myModule = createModule({
122122
```ts
123123
// packages/backend/src/modules/graphqlMyModule.ts
124124
import { createBackendModule } from "@backstage/backend-plugin-api";
125-
import { graphqlModulesExtensionPoint } from "@backstage/plugin-graphql-backend-node";
125+
import { graphqlModulesExtensionPoint } from "@frontside/backstage-plugin-graphql-backend-node";
126126
import { MyModule } from "../modules/my-module/my-module";
127127

128128
export const graphqlModuleMyModule = createBackendModule({

0 commit comments

Comments
 (0)