Skip to content

Commit

Permalink
Merge pull request #358 from thefrontside/taras-patch-1
Browse files Browse the repository at this point in the history
Add missing createCatalogLoader import
  • Loading branch information
taras authored Oct 13, 2023
2 parents 81e40a3 + 11b9023 commit b5c6a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/graphql-backend/docs/backend-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ add it to the `modules` array in your backend config and create a catalog `DataL

```ts
import { createRouter } from '@frontside/backstage-plugin-graphql-backend';
import { Catalog } from '@frontside/backstage-plugin-graphql-backend-module-catalog';
import { Catalog, createCatalogLoader } from '@frontside/backstage-plugin-graphql-backend-module-catalog';

// packages/backend/src/plugins/graphql.ts
export default async function createPlugin(
Expand Down

0 comments on commit b5c6a65

Please sign in to comment.