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