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