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


