You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a standalone app (you didn't clone this repo), then do
# From your Backstage root directorycd packages/app
yarn add @shipshapecode/plugin-graphql-voyager
Add the GraphqlVoyagerPage page to the routes in your app:
import{GraphqlVoyagerPage}from'@shipshapecode/plugin-graphql-voyager';// down in the sidebar<Routepath="/graphql-voyager"element={<GraphqlVoyagerPage/>}/></FlatRoutes>
</SidebarPage>