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