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