getPostsComments method
[String] getPostsComments(
- [[String] postId]
)
Get all comments for a post.
params:
postId
: The id of the post to get comments for.
returns:
String
: The query for getting all comments for a post.
Implementation
String getPostsComments(String postId)
- talawa
- comment_queries
- CommentQueries
- getPostsComments method