Moved from GitHub ratel/65
Posted by danielmai:
In Ratel, the only way to run queries with GraphQL Variables is to pass the arguments as default values (e.g., $a: int = 10
). It’d be useful to input arguments to a query without modifying the query itself.