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