Interface ArgumentInfo


  • public interface ArgumentInfo
    Information for an argument to a UserDefinedField.
    • Method Detail

      • getType

        SchemaField.Type getType()
        Indicates the data type for this argument.
      • getField

        FieldExpression getField()
        Get the field expression used to generate the values for this argument.