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


