UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 265 B
import type { GraphQLArgument } from 'graphql'; export declare function getArgumentsExample(args: ReadonlyArray<GraphQLArgument>, multilineArguments: boolean, indentation: number, level: number, translate: (key: string, defaultMessage?: string) => string): string;