getPostById method
[String] getPostById(
- [[String] postId]
)
Getting Post by Post Id.
params:
postId
: The post id
returns:
String
: The query related to gettingPostsbyId
Implementation
String getPostById(String postId)
- talawa
- post_queries
- PostQueries
- getPostById method