QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query onboardingUserCompletedTasks
.
input QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryOnboardingUserCompletedTasksWhereWhereConditions
}
Fields
QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
QueryOnboardingUserCompletedTasksWhereWhereConditionsRelation.condition
● QueryOnboardingUserCompletedTasksWhereWhereConditions
input
Additional condition logic.