Skip to main content

CorrespondenceContractsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query contracts.

input CorrespondenceContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CorrespondenceContractsWhereWhereConditions
}

Fields

CorrespondenceContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

CorrespondenceContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

CorrespondenceContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

CorrespondenceContractsWhereWhereConditionsRelation.condition ● CorrespondenceContractsWhereWhereConditions input

Additional condition logic.

Member Of

CorrespondenceContractsWhereWhereConditions input