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


