mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
query additional data for messages
This commit is contained in:
parent
b933305cad
commit
2d3483dc1b
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user