Alex Dap
Results
1
issues of
Alex Dap
Allow the creation of operations with arguments as literal values and arguments with variables. E.g.: query example($arg1: Int) { payload(argument1: $arg1, argument2: "def") { id } }
enhancement