Exemplo n.º 1
0
 public Task <ExecutionResult> ExecuteAsync(ExecutionOptions options)
 {
     return(graphQLService.ExecuteAsync(options));
 }