Skip to content

Commit

Permalink
Include types in houdini-svelte/runtime import (resolves QueryStoreFe…
Browse files Browse the repository at this point in the history
…tchParams import failures) (#1118)
  • Loading branch information
fnimick committed Jun 27, 2023
1 parent 360376a commit 6f9eeb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-hairs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'houdini-svelte': patch
---

Include types in houdini-svelte/runtime import (resolves QueryStoreFetchParams import failures)
1 change: 1 addition & 0 deletions packages/houdini-svelte/src/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './adapter'
export * from './stores'
export * from './fragments'
export * from './session'
export * from './types'

type LoadResult = Promise<{ [key: string]: QueryStore<any, {}> }>
type LoadAllInput = LoadResult | Record<string, LoadResult>
Expand Down

0 comments on commit 6f9eeb6

Please sign in to comment.