Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
Karl Haworth
2024-04-01 07:20:27 -04:00
committed by GitHub
parent 1f62228921
commit ddf05c6493
+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',