Skip to content

Commit

Permalink
Solve build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jan 16, 2025
1 parent 4075474 commit 9d794b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/graphql-mesh/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable import/export */
export * from './api/createEnvelop'
export * from './api/apolloLink'
export * from './.mesh'
// @ts-expect-error getBuiltMesh and createBuiltMeshHTTPHandler are re-exported here and override the export from .mesh
export * from './api/globalThisMesh'
export * from './utils/traverseSelectionSet'

0 comments on commit 9d794b3

Please sign in to comment.