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