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


