add type
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user