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


