ortonomy / fling-server

fling-server is a node.js postgraphql backend for a flingapp front-end.
GNU General Public License v3.0
1 stars 3 forks source link

Add MD5 hash of email to schema that is retrievable by graphql #9

Open ortonomy opened 7 years ago

ortonomy commented 7 years ago

We want to use gravatars for initial user avatars until we build the ability for users to upload / change their own avatars.

Probably going to add this as a utility function / computed column that can be optinally called.