diff --git a/src/graphql/query/chat-messages-load-by.ts b/src/graphql/query/chat-messages-load-by.ts index 06f5a603..d4567d60 100644 --- a/src/graphql/query/chat-messages-load-by.ts +++ b/src/graphql/query/chat-messages-load-by.ts @@ -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 } } }