update api report

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-04-05 14:34:01 -04:00
parent 3f422fbd66
commit dde72a5507
+1 -1
View File
@@ -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;