PredefinedFilterArgs Input Object
Predefined filter is similar to Classic Codefresh filters by branch, repo etc.
Fields
#
comparator
Comparator compares the event data with a user given value. Can be '>=', '>', '=', '!=', '<', or '<='. Is optional, and if left blank treated as equality '='.
value
[ String !]!
Non-null
Value is the allowed string values for this key Booleans are passed using strconv.ParseBool() Numbers are parsed using as float64 using strconv.ParseFloat() Strings are taken as is Nils this value is ignored
Usages
#
References
#
- Argument filters of field detachPredefinedFilters from type Query
Previous
PredefinedFilter
Next
Product