QuerySocialPostsWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query socialPosts
.
input QuerySocialPostsWhereWhereConditions {
AND: [QuerySocialPostsWhereWhereConditions!]
HAS: QuerySocialPostsWhereWhereConditionsRelation
OR: [QuerySocialPostsWhereWhereConditions!]
column: SocialPostSearchByColumns
operator: SQLOperator
value: Mixed
}
Fields
QuerySocialPostsWhereWhereConditions.AND
● [QuerySocialPostsWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
QuerySocialPostsWhereWhereConditions.HAS
● QuerySocialPostsWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
QuerySocialPostsWhereWhereConditions.OR
● [QuerySocialPostsWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
QuerySocialPostsWhereWhereConditions.column
● SocialPostSearchByColumns
enum
The column that is used for the condition.
QuerySocialPostsWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
QuerySocialPostsWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
Member Of
QuerySocialPostsWhereWhereConditions
input ● QuerySocialPostsWhereWhereConditionsRelation
input ● socialPosts
query