urql-devtools icon indicating copy to clipboard operation
urql-devtools copied to clipboard

Add ability to specify variables for a query

Open andyrichardson opened this issue 6 years ago • 2 comments

andyrichardson avatar Jun 25 '19 14:06 andyrichardson

Any update on this? It's a nice feature in Apollo devtools that would be nice to have here.

orbiteleven avatar Nov 02 '21 09:11 orbiteleven

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) { } }

ThinkSalat avatar Mar 08 '22 18:03 ThinkSalat