/*
* @param {string|object} body - the query string **or an object with query (and optionally variables) as a property**
*/
async runQuery (body, options = {}, retryOptions = {})
Related Issue
Fixes #37
Motivation and Context
How Has This Been Tested?
Unit tests
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Add variables support in runQuery mehod.
Related Issue
Fixes #37
Motivation and Context
How Has This Been Tested?
Unit tests
Screenshots (if appropriate):
Types of changes
Checklist: