Skip to main content

Overview

The AskFredThreadSummary type provides a lightweight representation of an AskFred conversation thread, ideal for displaying thread lists without the overhead of loading all messages. This type is returned when querying multiple threads.

Fields

String!
required
Unique identifier for the thread
String!
required
Title of the thread, typically derived from the first question asked
String
ID of the specific meeting/transcript this thread is associated with (if applicable)
String!
required
ID of the user who created the thread
String!
required
ISO 8601 timestamp when the thread was created

Example

Example Query

AskFredThread

Full thread type with messages

AskFredMessage

Individual messages within threads