apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Expose all relevant types from @vue/apollo-composable

Open nickmessing opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Some third-party libraries rely on types from vue-apollo, a good potential strategy would be to expose all types (probably renamed) from the root of the package: Context: https://github.com/dreamonkey/graphql-codegen-stack/issues/4

Describe the solution you'd like Add type exports to project root.

Describe alternatives you've considered Currently users have to import from the files directly, not optimal.

Additional context Creating this task just to keep track of stuff to be done.

nickmessing avatar Jul 24 '24 10:07 nickmessing