Class DeferredExecution


  • @ExperimentalApi
    public class DeferredExecution
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      DeferredExecution​(java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeferredExecution

        public DeferredExecution​(java.lang.String label)
    • Method Detail

      • getLabel

        @Nullable
        public java.lang.String getLabel()