UNPKG

kolenkainc-honohub-graphql

Version:

GraphQL middleware for honohub

6 lines (5 loc) 203 B
import "graphiql/graphiql.min.css"; export type GraphQLEditorProps = { endpoint: string; }; export default function GraphQLEditor(props: GraphQLEditorProps): import("react/jsx-runtime").JSX.Element;