Fix exports and api reports

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-09-13 15:34:36 +02:00
parent 5d4c45580c
commit 0edd307a69
6 changed files with 33 additions and 5 deletions
+1
View File
@@ -47,6 +47,7 @@ export const GraphiqlPage = createPageExtension({
loader: () => import('./components').then(m => <m.GraphiQLPage />),
});
/** @alpha */
export const graphiqlPageSidebarItem = createNavItemExtension({
id: 'plugin.graphiql.nav.index',
title: 'GraphiQL',