getPostsById method
[String] getPostsById(
)
Getting Posts by Id.
params:
orgId: The organisation idafter: The cursor after which the posts are to be fetchedbefore: The cursor before which the posts are to be fetchedfirst: The number of posts to be fetched from the startlast: The number of posts to be fetched from the end
returns:
String: The query related to gettingPostsbyId
Implementation
String getPostsById(
String orgId,
String? after,
String? before,
int? first,
int? last,
)
- talawa
- post_queries
- PostQueries
- getPostsById method