public interface IGQLExecutorCallback
GQLExecutor to provide hooks
before and after a query/mutation execution| Modifier and Type | Method and Description |
|---|---|
default void |
onAfterExecute(graphql.ExecutionInput executionInput,
GQLExecutionResult executionResult)
Callback after execution
|
default void |
onBeforeExecute(graphql.ExecutionInput executionInput)
Callback before execution
|
default void onBeforeExecute(graphql.ExecutionInput executionInput)
executionInput - the ExecutionInputdefault void onAfterExecute(graphql.ExecutionInput executionInput,
GQLExecutionResult executionResult)
executionInput - the ExecutionInputexecutionResult - the GQLExecutionResultCopyright © 2019. All rights reserved.