Skip to main content

StructureLettersWhereWhereConditionsRelation

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

input StructureLettersWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: StructureLettersWhereWhereConditions
}

Fields

StructureLettersWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

StructureLettersWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

StructureLettersWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

StructureLettersWhereWhereConditionsRelation.condition ● StructureLettersWhereWhereConditions input

Additional condition logic.

Member Of

StructureLettersWhereWhereConditions input