danielemery / quizlord-api

Graphql api for sharing newspaper quizzes between friends, including results and statistics
https://quizlord.net
MIT License
1 stars 0 forks source link

Store the user's thumbnail image url in the database #83

Open danielemery opened 10 months ago

danielemery commented 10 months ago

Summary

Allow retrieval of a user's thumbnail image in all relevant resolvers that deal with users.

Motivation

In #81 a new activity feed resolver is being created. It would be nice include thumbnail urls for related users in the response.

This would allow a more visually pleasing design in https://github.com/danielemery/quizlord-client/issues/46

Implementation

This will involve: