UNPKG

231 BTypeScriptView Raw
1import { GraphqlClient } from './GraphqlClient';
2export { gql } from './common';
3export * from './types';
4export * from './GraphqlClient';
5export { clean } from './common';
6export declare const create: typeof GraphqlClient.create;