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


