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