Skip to main content

QueryLetterTypesWhereWhereConditionsRelation

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

input QueryLetterTypesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryLetterTypesWhereWhereConditions
}

Fields

QueryLetterTypesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QueryLetterTypesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QueryLetterTypesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QueryLetterTypesWhereWhereConditionsRelation.condition ● QueryLetterTypesWhereWhereConditions input

Additional condition logic.

Member Of

QueryLetterTypesWhereWhereConditions input