Skip to content

taras/backstage-graphql-voyager

 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.2%
  • CSS 3.9%
  • JavaScript 1.9%