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


