GenSearchThread
description
Complete conversation thread containing all messages in chronological order.
type GenSearchThread {
id: String!
messages: [GenSearchMessage!]!
}
Fields
GenSearchThread.id ● String! non-null scalar graph-ql-types
Unique identifier for the conversation thread. @exposed
GenSearchThread.messages ● [GenSearchMessage!]! non-null object graph-ql-types
List of messages exchanged in this conversation thread. @exposed
Member Of
GenSearchQuery object