Replies: 1 comment
-
The problem is described here: #3605 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have just updated @urql/vue from 1.1.2 to 1.4.2 and get several TS error on useQuery:
error:
but i found a little workaround, is to add dummy property
variables: {}
to useQuery:PublisherDocument:
is generated by well-known graphql-codegen
so, what is going wrong?
Beta Was this translation helpful? Give feedback.
All reactions