UNPKG

219 BPlain TextView Raw
1import { GraphqlClient } from './GraphqlClient';
2
3export { gql } from './common';
4export * from './types';
5export * from './GraphqlClient';
6export { clean } from './common';
7
8export const create = GraphqlClient.create;