Merge pull request #16015 from MitchWijt/graphql-voyager-plugin

feat(plugin): Add graphql-voyager as new backstage plugin
This commit is contained in:
Fredrik Adelöw
2023-02-02 19:31:25 +01:00
committed by GitHub
23 changed files with 1414 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-graphql-voyager': minor
---
Add the new GraphQL Voyager tool as a plugin for backstage, expose necessary API and components needed for it.
For more information on how to use this plugin and configure it, please navigate to the [README](https://github.com/backstage/backstage/tree/master/plugins/graphql-voyager/README.md) of the plugin.