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