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