INPUT_OBJECT
OpenConversationFilters
Filters on the open conversation resource (indexed conversation)
link GraphQL Schema definition
- input OpenConversationFilters {
- # Filter on iAdvize projects
- : [LegacyId!]
- # Filter by routing group ids
- : [UUID!]
- # Filter on conversation channels
- : [Channel!]
- # Filter by user group ids
- : [LegacyId!]
- # Filter by user ids
- : [LegacyId!]
- # Filter by assigned conversations
- : Boolean
- # Filter by conversation status
- : [ProductionOpenConversationStatus!]
- }