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


