AISummaryTopicGroup
description
A group of AISummaries.
The AISummaries in the group are logically connected to each other in some way. For example, an AISummary with topic "Analyst Perspective: Highlights" is grouped together with an AISummary with topic "Analyst Perspective: Lowlights".
type AISummaryTopicGroup implements AISummaryTopic {
id: ID! @deprecated
title: String! @deprecated
subTopics: [AISummary!] @deprecated
}
Fields
AISummaryTopicGroup.id ● ID! deprecated non-null scalar graph-ql-types
@exposed
AISummaryTopicGroup.title ● String! deprecated non-null scalar graph-ql-types
@exposed
AISummaryTopicGroup.subTopics ● [AISummary!] deprecated list object graph-ql-types
Topics contained within the topic group. @exposed
Interfaces
AISummaryTopic interface graph-ql-types
A topic within an AISummaryModule.
A topic is some subject or question, for which AI summaries have been generated.