Transitioning from vue-apollo to urql-vue #6300
-
Hi! I'm previously using composition functions created by I want to gradually replace apollo with urql, and therefore want to add also I tried an approach by defining a separate codegen-urql.js, containing just the Is there any pointers available on how I can do this? Ideally I want to share as many types as possible, whilst having the option of swapping out apollo composition functions with urql ones, one by one, and eventually get rid of apollo. If anyone has any tips it would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like I found a solution that might work, although there seems to be a bug in the urql plugin currently blocking me. #6303 |
Beta Was this translation helpful? Give feedback.
Looks like I found a solution that might work, although there seems to be a bug in the urql plugin currently blocking me. #6303