public interface ExecutionDecorator
| Modifier and Type | Method and Description |
|---|---|
default void |
after(graphql.ExecutionInput executionInput,
graphql.ExecutionResult executionResult) |
default void |
before(graphql.ExecutionInput executionInput) |
default void |
onError(graphql.ExecutionInput executionInput,
Throwable throwable) |
default void before(graphql.ExecutionInput executionInput)
default void after(graphql.ExecutionInput executionInput,
graphql.ExecutionResult executionResult)
default void onError(graphql.ExecutionInput executionInput,
Throwable throwable)
Copyright © 2018–2020. All rights reserved.