Missing properties in useQuery #1350
-
|
Hi, I'm using "urql 1.11.6" and got this weird issue in using useQuery(). Here is my code:
useQuery() did not send all properties but the request payload only has 3 following properties What is the right understanding for this issue and how to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Could you show us what |
Beta Was this translation helpful? Give feedback.
Could you show us what
PROGRAM_getProgramslooks like and your client itself, what you are saying is thatotherandorder_byare missing in the actual fetch call to your server right?