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


