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