Skip to main content
Version: s5

StringAttributeWhereOperators

No description

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

Fields

StringAttributeWhereOperators._eq ● String scalar

Equals operator

StringAttributeWhereOperators._ne ● String scalar

NotEquals operator

StringAttributeWhereOperators._or ● [String!] list scalar

Or operator

StringAttributeWhereOperators._like ● String scalar

Like operator

StringAttributeWhereOperators._notLike ● String scalar

NotLike operator

StringAttributeWhereOperators._startsWith ● String scalar

StartsWith operator

StringAttributeWhereOperators._endsWith ● String scalar

EndsWith operator

StringAttributeWhereOperators._substring ● String scalar

Substring operator

StringAttributeWhereOperators._iLike ● String scalar

ILike operator

StringAttributeWhereOperators._notILike ● String scalar

NotILike operator

StringAttributeWhereOperators._regexp ● String scalar

Regexp operator

StringAttributeWhereOperators._notRegexp ● String scalar

NotRegexp operator

StringAttributeWhereOperators._iRegexp ● String scalar

IRegexp operator

StringAttributeWhereOperators._notIRegexp ● String scalar

NotIRegexp operator

Member of

ArticleMediaWhere input ● AudioMediaWhere input ● CardPackDetailsWhere input ● CardPackWhere input ● CardWhere input ● CourseDetailsWhere input ● CourseWhere input ● CreatorWhere input ● IngredientListItemWhere input ● PostDetailsWhere input ● PostWhere input ● RecipeDetailsWhere input ● RecipeWhere input ● VideoMediaWhere input