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


