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


