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