UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 378 B
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").JSX.Element;