h2. What Show additional information of the meme. * Number of likes * Author(owner)'s name - * Owner's icon-
h2. How? Use GraphQL current allMemes query should contain such information:
{code:graphql} query allMemes { allMemes { id photourl owner likes comments { id comment owner } } } {code} |
|