SocialPostPaginator
A paginated list of SocialPost items.
type SocialPostPaginator {
data: [SocialPost!]!
paginatorInfo: PaginatorInfo!
}
Fields
SocialPostPaginator.data ● [SocialPost!]! non-null object
A list of SocialPost items.
SocialPostPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
Returned By
socialPosts query


