Skip to main content

QueryCommentsWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query comments.

input QueryCommentsWhereWhereConditions {
column: CommentsWhereColumns
operator: SQLOperator
value: Mixed
AND: [QueryCommentsWhereWhereConditions!]
OR: [QueryCommentsWhereWhereConditions!]
HAS: QueryCommentsWhereWhereConditionsRelation
}

Fields

QueryCommentsWhereWhereConditions.column ● CommentsWhereColumns enum

The column that is used for the condition.

QueryCommentsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryCommentsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

QueryCommentsWhereWhereConditions.AND ● [QueryCommentsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

QueryCommentsWhereWhereConditions.OR ● [QueryCommentsWhereWhereConditions!] list input

A set of conditions that requires at least one condition to match.

QueryCommentsWhereWhereConditions.HAS ● QueryCommentsWhereWhereConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

comments query ● QueryCommentsWhereWhereConditions input ● QueryCommentsWhereWhereConditionsRelation input