diff --git a/plugins/apollo-explorer/api-report.md b/plugins/apollo-explorer/api-report.md index a009c99aca..5371bc7219 100644 --- a/plugins/apollo-explorer/api-report.md +++ b/plugins/apollo-explorer/api-report.md @@ -16,7 +16,6 @@ export const ApolloExplorerPage: (props: { title?: string | undefined; subtitle?: string | undefined; endpoints: EndpointProps[]; - authCallback?: AuthCallback | undefined; }) => JSX_2.Element; // @public @@ -36,6 +35,7 @@ export type AuthCallback = (options: { apiHolder: ApiHolder }) => Promise<{ export type EndpointProps = { title: string; graphRef: string; + authCallback?: AuthCallback; persistExplorerState?: boolean; initialState?: { document?: string;