AISummaryModule
description
A wrapper around multiple AISummaries that provides additional context for them.
type AISummaryModule {
title: String!
type: String!
topics: [AISummaryTopic]!
document: Document
}
Fields
AISummaryModule.title ● String! non-null scalar graph-ql-types
The title of the module, e.g. "Earnings Prep", or "Research". @exposed
AISummaryModule.type ● String! non-null scalar graph-ql-types
The type of the module.
Example values: "Research", "EarningsPreparations", "EarningsReview", "ExpertCalls", "News". @exposed
AISummaryModule.topics ● [AISummaryTopic]! non-null interface graph-ql-types
The AI summaries topics that essentially represent generated AI summary items, and references. @exposed
AISummaryModule.document ● Document object graph-ql-types
The main document that the AISummaryModule is associated with.
This field is not available in all cases. It is mostly applicable for certain AISummaryModules that contain AISummaries generated from a single document. For example, AISummaryModule of type EarningsReview would have this field resolved for it. @exposed
Returned By
Document__aiSummaryModules query