QuerySocialPostsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query socialPosts.
input QuerySocialPostsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuerySocialPostsWhereWhereConditions
}
Fields
QuerySocialPostsWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
QuerySocialPostsWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QuerySocialPostsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QuerySocialPostsWhereWhereConditionsRelation.condition ● QuerySocialPostsWhereWhereConditions input
Additional condition logic.


