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