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


