Example #1
0
 public Task <GraphQLResponse> ExecuteAsync(string query, IDictionary <string, object> vars = null, bool throwOnError = true)
 {
     return(TestEnv.ExecuteAsync(query, vars, throwOnError));
 }