Skip to main content

LetterContractsWhereWhereConditionsRelation

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

input LetterContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: LetterContractsWhereWhereConditions
}

Fields

LetterContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

LetterContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

LetterContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

LetterContractsWhereWhereConditionsRelation.condition ● LetterContractsWhereWhereConditions input

Additional condition logic.

Member Of

LetterContractsWhereWhereConditions input