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


