UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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