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