Skip to content

Commit

Permalink
Merge pull request #384 from thefrontside/taras-patch-1
Browse files Browse the repository at this point in the history
Correct import of graphql-backend-node package
  • Loading branch information
wKich authored Feb 7, 2024
2 parents 9e1d699 + 1eeb80e commit 47dce29
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 47dce29

Please sign in to comment.