UserPaged
No description
type UserPaged {
data: [User]!
totalResults: Int!
}
Fields
UserPaged.data ● [User]! non-null object
The list of items in this pagination window.
UserPaged.totalResults ● Int! non-null scalar
Total number of items in the filtered dataset.
Returned By
connectedUsers query ● connectionsByUserId query ● insightAuthors query ● myConnections query ● userByName query ● usersByChatIdentities query
Member Of
Comment object ● Commentable object ● FeedPost object ● Initiative object ● Insight object ● Post object ● PostComment object ● Quote object ● Recommendation object