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


