py-graphql-mapper
py-graphql-mapper copied to clipboard
mapping - Hybrid argument passing
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 } }