graphiql
Version:
An graphical interactive in-browser GraphQL IDE.
5 lines • 301 B
TypeScript
export { GraphiQLProvider } from '@graphiql/react';
export type { GraphiQLProps, GraphiQLInterfaceProps } from './GraphiQL';
export type { GraphiQLProviderProps } from '@graphiql/react';
export { GraphiQLInterface, GraphiQL, GraphiQL as default } from './GraphiQL';
//# sourceMappingURL=index.d.ts.map