Merge branch 'feat(apollo-explorer)--allow-callbacks-using-apiholder' of https://github.com/AmericanAirlines/backstage into feat(apollo-explorer)--allow-callbacks-using-apiholder
This commit is contained in:
@@ -30,7 +30,7 @@ export const apolloExplorerPlugin: BackstagePlugin<
|
||||
// @public
|
||||
export type AuthCallback = (options: {
|
||||
apiHolder: ApiHolder;
|
||||
}) => Promise<string>;
|
||||
}) => Promise<{ token: string }>;
|
||||
|
||||
// @public
|
||||
export type EndpointProps = {
|
||||
|
||||
Reference in New Issue
Block a user