Skip to main content

PersonLettersWhereWhereConditionsRelation

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

input PersonLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonLettersWhereWhereConditions
}

Fields

PersonLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonLettersWhereWhereConditionsRelation.condition ● PersonLettersWhereWhereConditions input

Additional condition logic.

Member Of

PersonLettersWhereWhereConditions input