UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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