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