Types
ThreadsSearchQuery
Query to search for threads. The search term provided is used to match against different parts of the thread:
- its title
- its messages
- the customer’s name
- the customer’s email
input
ThreadsSearchQueryFields
term
String!
required
The term to search for. It must be at least 2 characters long. The search is case-insensitive.

