UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 429 B
import type { GraphQLObjectType } from 'graphql'; import type { IndexedMenuGroup } from '../../models/index.js'; import type { IndexedMenuGroupingConfig } from '../config/index.js'; import type { OperationTypeGroup } from '../../../schema/index.js'; export declare function groupFields(groups: Map<string, IndexedMenuGroup>, type: GraphQLObjectType, typeGroupId: OperationTypeGroup, menuConfig: IndexedMenuGroupingConfig): void;