query additional data for messages

This commit is contained in:
Ulf Gebhardt 2023-07-15 12:35:26 +02:00
parent b933305cad
commit 2d3483dc1b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,11 +7,17 @@ export const messageQuery = () => {
_id _id
id id
indexId indexId
senderId
content content
senderId
author { author {
id id
} }
username
avatar
date
saved
distributed
seen
} }
} }
` `