Interface VariablePredicate


  • public interface VariablePredicate
    This predicate indicates whether a variable should be made for this field argument
    • Method Detail

      • shouldMakeVariable

        boolean shouldMakeVariable​(ExecutableNormalizedField executableNormalizedField,
                                   java.lang.String argName,
                                   NormalizedInputValue normalizedInputValue)
        Return true if a variable should be made for this field argument
        Parameters:
        executableNormalizedField - the field in question
        argName - the argument on the field
        normalizedInputValue - the input value for that argument
        Returns:
        true if a variable should be made