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


