RecipeUnitAttributeWhereOperators
No description
input RecipeUnitAttributeWhereOperators {
_eq: Unit
_ne: Unit
_or: [Unit!]
_like: String
_notLike: String
_startsWith: String
_endsWith: String
_substring: String
_iLike: String
_notILike: String
_regexp: String
_notRegexp: String
_iRegexp: String
_notIRegexp: String
}
Fields
RecipeUnitAttributeWhereOperators._eq
● Unit
enum
Equals operator
RecipeUnitAttributeWhereOperators._ne
● Unit
enum
NotEquals operator
RecipeUnitAttributeWhereOperators._or
● [Unit!]
list enum
Or operator
RecipeUnitAttributeWhereOperators._like
● String
scalar
Like operator
RecipeUnitAttributeWhereOperators._notLike
● String
scalar
NotLike operator
RecipeUnitAttributeWhereOperators._startsWith
● String
scalar
StartsWith operator
RecipeUnitAttributeWhereOperators._endsWith
● String
scalar
EndsWith operator
RecipeUnitAttributeWhereOperators._substring
● String
scalar
Substring operator
RecipeUnitAttributeWhereOperators._iLike
● String
scalar
ILike operator
RecipeUnitAttributeWhereOperators._notILike
● String
scalar
NotILike operator
RecipeUnitAttributeWhereOperators._regexp
● String
scalar
Regexp operator
RecipeUnitAttributeWhereOperators._notRegexp
● String
scalar
NotRegexp operator
RecipeUnitAttributeWhereOperators._iRegexp
● String
scalar
IRegexp operator
RecipeUnitAttributeWhereOperators._notIRegexp
● String
scalar
NotIRegexp operator
Member Of
IngredientListItemWhere
input