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()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object