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