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