CompanyPhonesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query phones
.
input CompanyPhonesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CompanyPhonesWhereWhereConditions
}
Fields
CompanyPhonesWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
CompanyPhonesWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
CompanyPhonesWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
CompanyPhonesWhereWhereConditionsRelation.condition
● CompanyPhonesWhereWhereConditions
input
Additional condition logic.