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