Update plugins/apollo-explorer/api-report.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
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