apollo icon indicating copy to clipboard operation
apollo copied to clipboard

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

Open swunderlich opened this issue 10 months ago • 0 comments

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

swunderlich avatar Mar 28 '24 09:03 swunderlich