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