From 93c4c3d3089c7bc10b7daf494766fa50ef09b4e2 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 16 Nov 2023 18:27:49 +0300 Subject: [PATCH] fieldsfix --- src/graphql/query/chat-messages-load-by.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } } }