QuerySegmentsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query segments
.
input QuerySegmentsWhereWhereConditionsRelation {
amount: Int
condition: QuerySegmentsWhereWhereConditions
operator: SQLOperator
relation: String!
}
Fields
QuerySegmentsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
QuerySegmentsWhereWhereConditionsRelation.condition
● QuerySegmentsWhereWhereConditions
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.