Skip to content

fix(useLazyQuery.ts): Export UseLazyQueryReturn from index.ts#1548

Open
swunderlich wants to merge 1 commit intovuejs:v4from
swunderlich:fix/export-use-lazy-query-return
Open

fix(useLazyQuery.ts): Export UseLazyQueryReturn from index.ts#1548
swunderlich wants to merge 1 commit intovuejs:v4from
swunderlich:fix/export-use-lazy-query-return

Conversation

@swunderlich
Copy link
Copy Markdown

Make import possible like
import{ type UseLazyQueryReturn } from '@vue/apollo-composable

instead of having to use which can lead to typescript errors.
import { type UseLazyQueryReturn } from '@vue/apollo-composable/dist/useLazyQuery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant