LetterStructuresWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query structures.
input LetterStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: LetterStructuresWhereWhereConditions
}
Fields
LetterStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
LetterStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
LetterStructuresWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
LetterStructuresWhereWhereConditionsRelation.condition ● LetterStructuresWhereWhereConditions input
Additional condition logic.