UNPKG

@graphiql/react

Version:

[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)

11 lines (10 loc) 344 B
import type { GraphQLSchema } from 'graphql'; import './schema-documentation.css'; declare type SchemaDocumentationProps = { /** * The schema that should be rendered. */ schema: GraphQLSchema; }; export declare function SchemaDocumentation(props: SchemaDocumentationProps): import("react/jsx-runtime").JSX.Element; export {};