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