Class DeferredExecution

java.lang.Object
graphql.execution.incremental.DeferredExecution

@ExperimentalApi public class DeferredExecution extends Object
Represents details about the defer execution that can be associated with a MergedField.

This representation is used during graphql execution. Check NormalizedDeferredExecution for the normalized representation of @defer.

  • Constructor Details

    • DeferredExecution

      public DeferredExecution(String label)
  • Method Details

    • getLabel

      public @Nullable String getLabel()