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


