urql-devtools
urql-devtools copied to clipboard
Add ability to specify variables for a query
Any update on this? It's a nice feature in Apollo devtools that would be nice to have here.
Hi, as it stands, does the request tab not allow to add variables? For example, would this query not be possible?
query Task($TaskId: ID!) { task(taskId: $taskId) { } }