Added sender to messages sent IO-590

This commit is contained in:
Patrick Fic
2021-02-19 11:38:23 -08:00
parent 95ad458795
commit b152dd042f
20 changed files with 248 additions and 12 deletions

View File

@@ -39,6 +39,8 @@ export const CONVERSATION_SUBSCRIPTION_BY_PK = gql`
isoutbound
image
image_path
userid
created_at
}
messages_aggregate(
where: { read: { _eq: false }, isoutbound: { _eq: false } }