An open API service indexing awesome lists of open source software.

https://github.com/shipshapecode/backstage-graphql-voyager


https://github.com/shipshapecode/backstage-graphql-voyager

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Backstage graphql-voyager plugin

## Setup

1. If you have a standalone app (you didn't clone this repo), then do

```bash
# From your Backstage root directory
cd packages/app
yarn add @shipshapecode/plugin-graphql-voyager
```

2. Add the `GraphqlVoyagerPage` page to the routes in your app:

```tsx
import { GraphqlVoyagerPage } from '@shipshapecode/plugin-graphql-voyager';
// down in the sidebar
}/>

```

3. Add app config:

```
graphql:
baseUrl: 'https://www.myapi.com/graphql'
```