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