@redocly/graphql-docs
Version:
Redocly GraphQL docs
11 lines (10 loc) • 378 B
TypeScript
import type { GraphQLArgument } from 'graphql';
import type { FieldView } from '../../definition/components/FieldView.js';
interface ArgumentsProps {
args: ReadonlyArray<GraphQLArgument>;
renderField?: typeof FieldView;
fieldExpandLevel?: number;
title?: string;
}
export declare const Arguments: import("react").NamedExoticComponent<ArgumentsProps>;
export {};