Skip to content

Commit

Permalink
export *
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanhe committed Dec 5, 2023
1 parent ea94d73 commit ad0529f
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 type * from './types.ts';
export { Gql } from './define.ts';
export * from './types.ts';
export * from './define.ts';
export {
buildGraphQLSchema,
toGraphQLInputType,
Expand Down

1 comment on commit ad0529f

@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.