@shipshapecode/backstage-plugin-graphql-voyager
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Backstage graphql-voyager plugin

Setup

  1. If you have a standalone app (you didn't clone this repo), then do
# From your Backstage root directory
cd packages/app
yarn add @shipshapecode/plugin-graphql-voyager
  1. Add the GraphqlVoyagerPage page to the routes in your app:
import { GraphqlVoyagerPage } from '@shipshapecode/plugin-graphql-voyager';
// down in the sidebar
    <Route path="/graphql-voyager" element={<GraphqlVoyagerPage />}/>
  </FlatRoutes>
</SidebarPage>
  1. Add app config:
  graphql:
    baseUrl: 'https://www.myapi.com/graphql'

Readme

Keywords

none

Package Sidebar

Install

npm i @shipshapecode/backstage-plugin-graphql-voyager

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

12.9 kB

Total Files

13

Last publish

Collaborators

  • rwwagner90
  • r0bc4ry
  • chuckcarpenter