Skip to main content

ContractLettersWhereWhereConditionsRelation

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

input ContractLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractLettersWhereWhereConditions
}

Fields

ContractLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractLettersWhereWhereConditionsRelation.condition ● ContractLettersWhereWhereConditions input

Additional condition logic.

Member Of

ContractLettersWhereWhereConditions input