Skip to main content

CreateAIReport

Mutation to create an AI-generated report from a description.

type CreateAIReport {
errors: PayloadError
filters: TransactionFilterOutput
isReportQuery: Boolean
reasoning: String
reportType: ReportType
reportView: ReportViewOutput
}

Fields

CreateAIReport.errors ● PayloadError object

CreateAIReport.filters ● TransactionFilterOutput object

CreateAIReport.isReportQuery ● Boolean scalar

Whether the query was recognized as a report request. False indicates the query is out-of-scope (how-to, feature request, etc.)

CreateAIReport.reasoning ● String scalar

LLM's explanation of its interpretation. Useful for debugging and providing user feedback.

CreateAIReport.reportType ● ReportType enum

CreateAIReport.reportView ● ReportViewOutput object

Report view configuration for visualization

Returned By

createAiReport mutation