@redocly/graphql-docs
Version:
Redocly GraphQL docs
4 lines (3 loc) • 305 B
TypeScript
import type { GraphQLFieldsType } from '../../schema/models/graphql-fields-type';
import type { TypeExampleGenerator } from './type-example';
export declare function getObjectExample(type: GraphQLFieldsType, maxLevel: number, level: number, getTypeExample: TypeExampleGenerator): Record<string, unknown>;