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


