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