@redocly/graphql-docs
Version:
Redocly GraphQL docs
8 lines (7 loc) • 382 B
TypeScript
import type { GraphQLField } from 'graphql';
import type { OperationType } from '../operation/index.js';
export interface OperationRequestExampleProps {
operation: GraphQLField<any, any>;
operationType: OperationType;
}
export declare function OperationRequestExample({ operation, operationType, }: OperationRequestExampleProps): import("react/jsx-runtime.js").JSX.Element;