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


