Skip to main content

ActLettersWhereWhereConditionsRelation

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

input ActLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ActLettersWhereWhereConditions
}

Fields

ActLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ActLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ActLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ActLettersWhereWhereConditionsRelation.condition ● ActLettersWhereWhereConditions input

Additional condition logic.

Member Of

ActLettersWhereWhereConditions input