Skip to content

Commit

Permalink
Correct import of graphql-backend-node package
Browse files Browse the repository at this point in the history
It's using old backstage packages instead of frontside package
  • Loading branch information
taras authored Feb 6, 2024
1 parent 9e1d699 commit 1eeb80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/graphql-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const myModule = createModule({
```ts
// packages/backend/src/modules/graphqlMyModule.ts
import { createBackendModule } from "@backstage/backend-plugin-api";
import { graphqlModulesExtensionPoint } from "@backstage/plugin-graphql-backend-node";
import { graphqlModulesExtensionPoint } from "@frontside/backstage-plugin-graphql-backend-node";
import { MyModule } from "../modules/my-module/my-module";

export const graphqlModuleMyModule = createBackendModule({
Expand Down

0 comments on commit 1eeb80e

Please sign in to comment.