diff --git a/.changeset/tasty-jobs-help.md b/.changeset/tasty-jobs-help.md index 02afa71656..ad1df8fb8c 100644 --- a/.changeset/tasty-jobs-help.md +++ b/.changeset/tasty-jobs-help.md @@ -3,3 +3,5 @@ --- 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. diff --git a/plugins/graphql-voyager/README.md b/plugins/graphql-voyager/README.md index fe87e1d843..2c903cd9e5 100644 --- a/plugins/graphql-voyager/README.md +++ b/plugins/graphql-voyager/README.md @@ -2,7 +2,8 @@ Welcome to the graphql-voyager plugin! -_This plugin was created through the Backstage CLI_ +Presents a graph structure of your entire GraphQL API, with tabs for multiple API urls: +![](./src/assets/plugin.png) ## Getting started diff --git a/plugins/graphql-voyager/src/assets/plugin.png b/plugins/graphql-voyager/src/assets/plugin.png new file mode 100644 index 0000000000..602c7abde3 Binary files /dev/null and b/plugins/graphql-voyager/src/assets/plugin.png differ