Class GraphQLDirectiveFieldResult

java.lang.Object
se.l4.graphql.binding.resolver.directive.GraphQLDirectiveFieldResult

public class GraphQLDirectiveFieldResult
extends Object
Result for an application of field directives.
  • Constructor Details

  • Method Details

    • getField

      public graphql.schema.GraphQLFieldDefinition getField()
      Get the field after all directives have been applied.
      Returns:
    • getSupplier

      public DataFetchingSupplier<?> getSupplier()
      Get the supplier of the field value after all directives have been applied.
      Returns: