QueryCustomObjectRecordsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query customObjectRecords
.
input QueryCustomObjectRecordsWhereWhereConditionsRelation {
amount: Int
condition: QueryCustomObjectRecordsWhereWhereConditions
operator: SQLOperator
relation: String!
}
Fields
QueryCustomObjectRecordsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
QueryCustomObjectRecordsWhereWhereConditionsRelation.condition
● QueryCustomObjectRecordsWhereWhereConditions
input
Additional condition logic.
QueryCustomObjectRecordsWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
QueryCustomObjectRecordsWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.