| Package | Description |
|---|---|
| com.daikit.graphql.execution |
| Modifier and Type | Method and Description |
|---|---|
GQLExecutionResult |
GQLExecutor.execute(graphql.ExecutionInput executionInput)
Execute given
ExecutionInput |
GQLExecutionResult |
GQLExecutor.execute(String requestString)
Wrapper for execution
|
GQLExecutionResult |
GQLExecutor.execute(String requestString,
String operationName,
Object context,
Map<String,Object> arguments)
Wrapper for execution
|
protected GQLExecutionResult |
GQLExecutor.wrapResult(graphql.ExecutionResult executionResult)
Wrap result
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IGQLExecutorCallback.onAfterExecute(graphql.ExecutionInput executionInput,
GQLExecutionResult executionResult)
Callback after execution
|
Copyright © 2019. All rights reserved.