AirTocReportResult
Type for a AIR TOC report result.
type AirTocReportResult {
tocStatus: AirTocStatus!
reports: [AirReportMetadata]
url: String
errorMessage: String
creationTimsMs: Int
}
Fields
AirTocReportResult.tocStatus ● AirTocStatus! non-null enum
The status of the air report response.
AirTocReportResult.reports ● [AirReportMetadata] list object
The list of the individual reports.
AirTocReportResult.url ● String scalar
The URL which can be used to directly get this report (this is only for advanced usage)
AirTocReportResult.errorMessage ● String scalar
An error message with details in case the report could not be generated.
AirTocReportResult.creationTimsMs ● Int scalar
Time in milliseconds how long it took to create that report
Returned By
airTocReport mutation