UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 253 B
import type { GraphQLObjectLikeType } from '../../../schema/index.js'; export declare function getTruncatedObjectSelectionSetExample(type: GraphQLObjectLikeType, indentation: number, translate: (key: string, defaultMessage?: string) => string): string;