Skip to main content
Version: s5

RecipeFormatAttributeWhereOperators

No description

input RecipeFormatAttributeWhereOperators {
_eq: RecipeFormat
_ne: RecipeFormat
_or: [RecipeFormat!]
_like: String
_notLike: String
_startsWith: String
_endsWith: String
_substring: String
_iLike: String
_notILike: String
_regexp: String
_notRegexp: String
_iRegexp: String
_notIRegexp: String
}

Fields

RecipeFormatAttributeWhereOperators._eq ● RecipeFormat enum

Equals operator

RecipeFormatAttributeWhereOperators._ne ● RecipeFormat enum

NotEquals operator

RecipeFormatAttributeWhereOperators._or ● [RecipeFormat!] list enum

Or operator

RecipeFormatAttributeWhereOperators._like ● String scalar

Like operator

RecipeFormatAttributeWhereOperators._notLike ● String scalar

NotLike operator

RecipeFormatAttributeWhereOperators._startsWith ● String scalar

StartsWith operator

RecipeFormatAttributeWhereOperators._endsWith ● String scalar

EndsWith operator

RecipeFormatAttributeWhereOperators._substring ● String scalar

Substring operator

RecipeFormatAttributeWhereOperators._iLike ● String scalar

ILike operator

RecipeFormatAttributeWhereOperators._notILike ● String scalar

NotILike operator

RecipeFormatAttributeWhereOperators._regexp ● String scalar

Regexp operator

RecipeFormatAttributeWhereOperators._notRegexp ● String scalar

NotRegexp operator

RecipeFormatAttributeWhereOperators._iRegexp ● String scalar

IRegexp operator

RecipeFormatAttributeWhereOperators._notIRegexp ● String scalar

NotIRegexp operator

Member of

RecipeDetailsWhere input