ReportPreviewConnection
A page of report preview results
type ReportPreviewConnection {
fieldNames: [String!]!
pageInfo: PageInfo!
totalCount: Int!
nodes: [[String!]!]
edges: [ReportPreviewEdge!]
}
Fields
ReportPreviewConnection.fieldNames ● [String!]! non-null scalar
The list of fields in the report preview.
ReportPreviewConnection.pageInfo ● PageInfo! non-null object
Current page information.
ReportPreviewConnection.totalCount ● Int! non-null scalar
Total number of report preview (in all pages).
ReportPreviewConnection.nodes ● [[String!]!] list scalar
Report preview data in the current page, without cursor. Values correspond to fieldNames by index.
ReportPreviewConnection.edges ● [ReportPreviewEdge!] list object
Report preview data in the current page, with cursor.
Returned By
reportPreview query