[solved] How to pass variables to query #2870
-
Hello,
If you are wondering, this is from Shopify Graphql The cursor works fine, but for some reason, the $since_id variable is not getting detected. orders.query takes a string to do filtering etc.. If i manually type the order id ex: I am trying to start my search from the passed order number. However, i get this in return...
can anyone show me what i'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have to pass the entire filter query on the variable {
filterQuery: `id:>${orderId}`
} above example is for javascript |
Beta Was this translation helpful? Give feedback.
I have to pass the entire filter query on the variable
variables:
above example is for javascript