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


