The @graphql-codegen/typescript-vue-apollo-smart-ops plugin does not use type-online imports for vueAppTypeImportFrom and vueApolloErrorTypeImportFrom when useTypeImports is set to true.
In addition to that createSmartSubscriptionOptionsFunction should not be imported, when there are no subscriptions defined (the same applies to createMutationFunction and createSmartQueryOptionsFunction).
The
@graphql-codegen/typescript-vue-apollo-smart-ops
plugin does not use type-online imports forvueAppTypeImportFrom
andvueApolloErrorTypeImportFrom
whenuseTypeImports
is set totrue
.