Package graphql.execution.incremental
Class DeferredExecution
- java.lang.Object
-
- graphql.execution.incremental.DeferredExecution
-
@ExperimentalApi public class DeferredExecution extends java.lang.Object
Represents details about the defer execution that can be associated with aMergedField
.This representation is used during graphql execution. Check
NormalizedDeferredExecution
for the normalized representation of @defer.
-
-
Constructor Summary
Constructors Constructor Description DeferredExecution(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.String
getLabel()
-