Skip to main content

CompanyLettersWhereWhereConditionsRelation

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

input CompanyLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: CompanyLettersWhereWhereConditions
}

Fields

CompanyLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

CompanyLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

CompanyLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

CompanyLettersWhereWhereConditionsRelation.condition ● CompanyLettersWhereWhereConditions input

Additional condition logic.

Member Of

CompanyLettersWhereWhereConditions input