InsightPreviewPaged
No description
type InsightPreviewPaged {
data: [InsightPreview]!
totalResults: Int!
}
Fields
InsightPreviewPaged.data
● [InsightPreview]!
non-null object
The list of items in this pagination window.
InsightPreviewPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned By
feedInsights
query