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


