Array Query Keys
#1279
-
If I use an array as a query key, how to select this query if it's not a string? |
Beta Was this translation helpful? Give feedback.
Answered by
apenab
Nov 12, 2020
Replies: 2 comments 1 reply
-
Just pass array in |
Beta Was this translation helpful? Give feedback.
0 replies
-
But, when a query key is a variable(prop)? And the component that use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
apenab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But, when a query key is a variable(prop)? And the component that use
getQueyData
is not int the same component tree.