UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

5 lines (4 loc) 342 B
import type { GraphQLSchema } from 'graphql'; import type { PaginationType } from '../../../settings/index.js'; import type { MenuGroup, SidebarItem } from '../../models/index.js'; export declare const groupsToSidebarItems: (menuGroups: MenuGroup[], pagination?: PaginationType, pathPrefix?: string, schema?: GraphQLSchema) => SidebarItem[];