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