apollo
apollo copied to clipboard
fix(useLazyQuery.ts): Export UseLazyQueryReturn from index.ts
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