INPUT_OBJECT
SMSFilter
Filter a single SMS conversation by user type and id
link GraphQL Schema definition
- input SMSFilter {
- # User type
- SMSParticipantType! :
- # If user type is UNKNOWN, use international phone number as id, for example:
- # +61421333245.
- String! :
- }