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


