Queries
savedThreadsView
Fetches a single saved threads view by its ID. Returns null if no view with the given ID exists in the workspace.
QUERY
savedThreadsView(savedThreadsViewId: ID!): SavedThreadsViewArguments
savedThreadsViewId
ID!
required
Returns
id
ID!
name
String!
icon
String!
A slug identifying the icon displayed alongside this view's name (lowercase alphanumeric, underscores, and hyphens).
color
String!
threadsFilter
The complete filter, sort, grouping, and display configuration that defines which threads this view shows and how they are presented.
isHidden
Boolean!
When true, this view is hidden from the navigation sidebar for all workspace members.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

