java.lang.Object
io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
io.smallrye.graphql.execution.datafetcher.helper.FieldHelper

public class FieldHelper extends AbstractHelper
Help with the field response Here we need to transform (if needed) the response field
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • FieldHelper

      public FieldHelper(Field field)
      We need the modeled field to create the correct value
      Parameters:
      field - the field
  • Method Details