예제 #1
0
 public Task <ExecutionResult> ExecuteAsync(ExecutionOptions options)
 {
     return(graphQLService.ExecuteAsync(options));
 }