UNPKG

217 BJavaScriptView Raw
1import { GraphqlClient } from './GraphqlClient';
2export { gql } from './common';
3export * from './types';
4export * from './GraphqlClient';
5export { clean } from './common';
6export const create = GraphqlClient.create;