diff --git a/src/index.ts b/src/index.ts index 6532a3d..937325b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -export * from './types'; -export * from './define'; +export type * from './types'; +export { Gql } from './define'; export { buildGraphQLSchema, toGraphQLInputType,