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