UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 412 B
import type { GraphQLObjectLikeType } from '../../../schema/index.js'; import type { FieldExampleGenerator } from '../field-example.js'; export declare function getObjectSelectionSetExample(type: GraphQLObjectLikeType, multilineArguments: boolean, indentation: number, maxLevel: number, level: number, getFieldExample: FieldExampleGenerator, translate: (key: string, defaultMessage?: string) => string): string;