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