@redocly/graphql-docs
Version:
Redocly GraphQL docs
5 lines (4 loc) • 358 B
TypeScript
import type { GraphQLSchema } from 'graphql';
import type { IndexedMenuGroup } from '../../models/index.js';
import type { IndexedMenuGroupingConfig } from '../config/index.js';
export declare function groupDirectives(groups: Map<string, IndexedMenuGroup>, schema: GraphQLSchema, menuConfig: IndexedMenuGroupingConfig, showBuiltInDirectives: boolean): void;