Package io.smallrye.graphql.execution
Class ExecutionResponse
- java.lang.Object
-
- io.smallrye.graphql.execution.ExecutionResponse
-
public class ExecutionResponse extends Object
Response from an execution- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Constructor Summary
Constructors Constructor Description ExecutionResponse(graphql.ExecutionResult executionResult)ExecutionResponse(graphql.ExecutionResult executionResult, Map<String,Object> addedExtensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.ExecutionResultgetExecutionResult()jakarta.json.JsonObjectgetExecutionResultAsJsonObject()StringgetExecutionResultAsString()StringtoString()
-
-
-
Method Detail
-
getExecutionResult
public graphql.ExecutionResult getExecutionResult()
-
getExecutionResultAsJsonObject
public jakarta.json.JsonObject getExecutionResultAsJsonObject()
-
getExecutionResultAsString
public String getExecutionResultAsString()
-
-