You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: dreamonkey/graphql-codegen-stack#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.
The text was updated successfully, but these errors were encountered:
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: dreamonkey/graphql-codegen-stack#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.
The text was updated successfully, but these errors were encountered: