graphql-api
graphql-api copied to clipboard
Example with variables
The tests use a variable map, but the variable is not passed as a parameter to a handler. Instead, the handler already has the variable hard coded. How can a variable from the variable map be passed as a value to the handler?