socialPosts
No description
socialPosts(
orderBy: [QuerySocialPostsOrderByRelationOrderByClause!]
where: QuerySocialPostsWhereWhereConditions
first: Int!
page: Int
): SocialPostPaginator!
Arguments
socialPosts.orderBy ● [QuerySocialPostsOrderByRelationOrderByClause!] list input
socialPosts.where ● QuerySocialPostsWhereWhereConditions input
socialPosts.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
socialPosts.page ● Int scalar
The offset from which items are returned.
Type
SocialPostPaginator object
A paginated list of SocialPost items.


