UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

5 lines (4 loc) 308 B
import type { GraphQLSchema } from 'graphql'; import type { IndexedMenuGroup } from '../../models'; import type { IndexedMenuGroupingConfig } from '../config'; export declare function groupDirectives(groups: Map<string, IndexedMenuGroup>, schema: GraphQLSchema, menuConfig: IndexedMenuGroupingConfig): void;