ocskier / graphql-subscriptions-chat

Making a mock GraphQL with Subscriptions chat full-stack application MERN
https://graphql-subscriptions-chatbox.herokuapp.com/
Apache License 2.0
0 stars 1 forks source link

Feat/add user id message #29 #30

Closed ocskier closed 3 years ago

ocskier commented 3 years ago
  1. Adds populate to user and message
  2. typedef changes for user and message
  3. exposes the populate from req.user in passport deserialize
  4. adds new fields to FE queries and mutations
  5. updates message container in Chat with username and date since