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


