fieldsfix

This commit is contained in:
Untone 2023-11-16 18:27:49 +03:00
parent 6dcc4f37d3
commit 93c4c3d308

View File

@ -5,13 +5,12 @@ export default gql`
loadMessagesBy(by: $by, limit: $limit, offset: $offset) { loadMessagesBy(by: $by, limit: $limit, offset: $offset) {
error error
messages { messages {
id
author author
body body
replyTo reply_to
created_at created_at
id
updated_at updated_at
replyTo
} }
} }
} }