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