Merge pull request #16952 from adamdmharvey/adamdmharvey/improve-api-reference

chore: Improve API Reference
This commit is contained in:
Patrik Oldsberg
2023-03-23 00:37:45 +01:00
committed by GitHub
13 changed files with 35 additions and 12 deletions
-2
View File
@@ -40,6 +40,4 @@ export const apolloExplorerPlugin: BackstagePlugin<
{},
{}
>;
// (No @packageDocumentation comment for this package)
```
+6
View File
@@ -13,4 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Integrates Apollo Explorer graphs as a tool to browse GraphQL API endpoints inside Backstage.
*
* @packageDocumentation
*/
export { apolloExplorerPlugin, ApolloExplorerPage } from './plugin';