Package graphql
Class GraphQLUnusualConfiguration.IncrementalSupportConfig
java.lang.Object
graphql.GraphQLUnusualConfiguration.IncrementalSupportConfig
- Enclosing class:
GraphQLUnusualConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final GraphQLUnusualConfiguration.GraphQLContextConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionenableIncrementalSupport
(boolean enable) This controls whether @defer and @stream behaviour is enabled for this execution.boolean
then()
-
Field Details
-
contextConfig
-
-
Method Details
-
isIncrementalSupportEnabled
public boolean isIncrementalSupportEnabled()- Returns:
- true if @defer and @stream behaviour is enabled for this execution.
-
enableIncrementalSupport
@ExperimentalApi public GraphQLUnusualConfiguration.IncrementalSupportConfig enableIncrementalSupport(boolean enable) This controls whether @defer and @stream behaviour is enabled for this execution. -
then
- Returns:
- an element that allows you to chain multiple configuration elements
-