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


