CreatePostCommentOutput
No description
type CreatePostCommentOutput {
postComment: PostComment!
postById: Post!
}
Fields
CreatePostCommentOutput.postComment ● PostComment! non-null object
CreatePostCommentOutput.postById ● Post! non-null object
Returned By
updatePostComment mutation