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) {
error
messages {
id
author
body
replyTo
reply_to
created_at
id
updated_at
replyTo
}
}
}