public interface ExecutionStrategyProvider
| Modifier and Type | Method and Description |
|---|---|
graphql.execution.ExecutionStrategy |
getMutationExecutionStrategy()
Return an execution strategy to use for mutations or null to use the default.
|
graphql.execution.ExecutionStrategy |
getQueryExecutionStrategy()
Return an execution strategy to use for queries or null to use the default.
|
graphql.execution.ExecutionStrategy |
getSubscriptionExecutionStrategy()
Return an execution strategy to use for subscriptions or null to use the default.
|
graphql.execution.ExecutionStrategy getQueryExecutionStrategy()
graphql.execution.ExecutionStrategy getMutationExecutionStrategy()
graphql.execution.ExecutionStrategy getSubscriptionExecutionStrategy()
Copyright © 2023. All rights reserved.