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