Skip to main content

SpecificationLettersWhereWhereConditionsRelation

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

input SpecificationLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: SpecificationLettersWhereWhereConditions
}

Fields

SpecificationLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

SpecificationLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

SpecificationLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

SpecificationLettersWhereWhereConditionsRelation.condition ● SpecificationLettersWhereWhereConditions input

Additional condition logic.

Member Of

SpecificationLettersWhereWhereConditions input