Storybook Multiple queries use case with [email protected] #3232
Replies: 2 comments
-
I found out a way to use the Multiple queries. As introduced in urql testing document, we can see the equality between the If it is the intended use, I will use it and would like to update the document as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I realized that @urql/storybook-addon is deprecated any more (see #3067). |
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
-
I use @urql/storybook-addon according to this document: https://storybook.js.org/addons/@urql/storybook-addon. I met a problem using Multiple queries use case.
I know the document is out of date (updated in #2675) and now we are suggested to use
getOperationName
.However,
getOperationName
is also removed since v4.0.0 (#3062).I could get the operation name of
op
with the following code, but I don't think it is a good way (event it includes a type error)Is there any good way to use the Multiple queries?
versions
Beta Was this translation helpful? Give feedback.
All reactions