public class ExecutionResponse extends Object
| Constructor and Description |
|---|
ExecutionResponse(graphql.ExecutionResult executionResult,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
graphql.ExecutionResult |
getExecutionResult() |
javax.json.JsonObject |
getExecutionResultAsJsonObject() |
String |
getExecutionResultAsString() |
public ExecutionResponse(graphql.ExecutionResult executionResult,
Config config)
public graphql.ExecutionResult getExecutionResult()
public javax.json.JsonObject getExecutionResultAsJsonObject()
public String getExecutionResultAsString()
Copyright © 2018–2021. All rights reserved.