Skip to main content

PropertyLettersWhereWhereConditionsRelation

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

input PropertyLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyLettersWhereWhereConditions
}

Fields

PropertyLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyLettersWhereWhereConditionsRelation.condition ● PropertyLettersWhereWhereConditions input

Additional condition logic.

Member Of

PropertyLettersWhereWhereConditions input