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


