LetterStructuresWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query structures.
input LetterStructuresWhereWhereConditions {
column: StructuresWhereColumns
operator: SQLOperator
value: Mixed
AND: [LetterStructuresWhereWhereConditions!]
OR: [LetterStructuresWhereWhereConditions!]
HAS: LetterStructuresWhereWhereConditionsRelation
}
Fields
LetterStructuresWhereWhereConditions.column ● StructuresWhereColumns enum
The column that is used for the condition.
LetterStructuresWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
LetterStructuresWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.
LetterStructuresWhereWhereConditions.AND ● [LetterStructuresWhereWhereConditions!] list input
A set of conditions that requires all conditions to match.
LetterStructuresWhereWhereConditions.OR ● [LetterStructuresWhereWhereConditions!] list input
A set of conditions that requires at least one condition to match.
LetterStructuresWhereWhereConditions.HAS ● LetterStructuresWhereWhereConditionsRelation input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
LetterStructuresWhereWhereConditions input ● LetterStructuresWhereWhereConditionsRelation input