Merge branch 'feat(apollo-explorer)--allow-callbacks-using-apiholder' of https://github.com/AmericanAirlines/backstage into feat(apollo-explorer)--allow-callbacks-using-apiholder

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-04-04 10:24:45 -04:00
+1 -1
View File
@@ -83,7 +83,7 @@ import { ApiHolder } from '@backstage/core-plugin-api';
async function apolloPluginEndpointsCallback(options: { apiHolder: ApiHolder }): Promise<EndpointProps[]> {
const sso = options.apiHolder.get<any>(ssoAuthApiRef)
const sso = options.apiHolder.get(ssoAuthApiRef)
return [{
title: 'Github',
graphRef: 'my-github-graph-ref@current',