py-graphql-mapper icon indicating copy to clipboard operation
py-graphql-mapper copied to clipboard

mapping - Hybrid argument passing

Open dapalex opened this issue 2 years ago • 0 comments

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

dapalex avatar Jan 11 '23 19:01 dapalex