Interface GraphQlFieldProcessor<K>

All Known Implementing Classes:
GraphQlFieldProcessorImpl

public interface GraphQlFieldProcessor<K>
  • Method Details

    • getGraphQlProcessor

      GraphQlProcessor<K> getGraphQlProcessor()
      Get the processor for the overall document from which the field processor was derived.
    • getName

      String getName()
      The name of the field for which this is the processor. null for the query itself. Experimental.
    • newExecBuilder

      GraphQlFieldExecBuilder<K> newExecBuilder()