Package io.smallrye.graphql.execution
Class ExecutionResponse
java.lang.Object
io.smallrye.graphql.execution.ExecutionResponse
Response from an execution
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionResponse(graphql.ExecutionResult executionResult) ExecutionResponse(graphql.ExecutionResult executionResult, Map<String, Object> addedExtensions) -
Method Summary
-
Constructor Details
-
ExecutionResponse
public ExecutionResponse(graphql.ExecutionResult executionResult) -
ExecutionResponse
-
-
Method Details