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


