ReportPreviewEdge
Report preview data together with its associated cursor
type ReportPreviewEdge {
node: [String!]!
cursor: String!
}
Fields
ReportPreviewEdge.node ● [String!]! non-null scalar
The report preview data. Values correspond to fieldNames by index.
ReportPreviewEdge.cursor ● String! non-null scalar
The cursor for the report preview.
Member Of
ReportPreviewConnection object