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