Skip to content

Commit

Permalink
export type + export Gql explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanhe committed Dec 5, 2023
1 parent b5aa689 commit b5842d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './types';
export * from './define';
export type * from './types';
export { Gql } from './define';
export {
buildGraphQLSchema,
toGraphQLInputType,
Expand Down

1 comment on commit b5842d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes have been published to npm.

yarn add -E [email protected]

Please sign in to comment.