Open
Description
Describe the bug
Project fails to build with this error:
To Reproduce
- Create a new Vue project bootstrapped with vue cli
- Install @vue/apollo-composable and dependencies
- Use
useMutation
- Build project
Expected behavior
Should not fail the build. Types must be fixed.
Versions
vue: 2.6.11
vue-apollo: 4.0.0-alpha.8
apollo-client: 2.6.10
Additional context
Maybe PR #962 can fix this?