h2. What Create new screen, where user can view comments for the post meme
h2. How It's is currently stored in allMemes query, this is likely to change.
{code:graphql} query allMemes { allMemes { id photourl owner likes comments { id comment owner } } } {code} |
|