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