From 6a105b24fc24488aaf175474d9ab99deb6991f17 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 7 Aug 2024 13:39:39 +0300 Subject: [PATCH] api-up --- src/graphql/query/core/articles-load-by.ts | 2 +- src/graphql/query/core/articles-load-coauthored.ts | 1 + src/graphql/query/core/articles-load-discussed.ts | 1 + src/graphql/query/core/articles-load-drafts.ts | 1 + src/graphql/query/core/articles-load-feed.ts | 3 ++- src/graphql/query/core/articles-load-followed-by.ts | 2 ++ src/graphql/query/core/articles-load-followed.ts | 2 ++ src/graphql/query/core/articles-load-random-top.ts | 2 +- src/graphql/query/core/articles-load-random-topic.ts | 1 + src/graphql/query/core/articles-load-unrated.ts | 2 +- 10 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/graphql/query/core/articles-load-by.ts b/src/graphql/query/core/articles-load-by.ts index 1dd14296..7d0d4073 100644 --- a/src/graphql/query/core/articles-load-by.ts +++ b/src/graphql/query/core/articles-load-by.ts @@ -37,7 +37,7 @@ export default gql` featured_at stat { viewed - + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-coauthored.ts b/src/graphql/query/core/articles-load-coauthored.ts index bb8dfb61..ebc5ea90 100644 --- a/src/graphql/query/core/articles-load-coauthored.ts +++ b/src/graphql/query/core/articles-load-coauthored.ts @@ -37,6 +37,7 @@ export default gql` featured_at stat { viewed + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-discussed.ts b/src/graphql/query/core/articles-load-discussed.ts index c1fbc582..db5a8b3a 100644 --- a/src/graphql/query/core/articles-load-discussed.ts +++ b/src/graphql/query/core/articles-load-discussed.ts @@ -36,6 +36,7 @@ export default gql` featured_at stat { viewed + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-drafts.ts b/src/graphql/query/core/articles-load-drafts.ts index 136a14bf..c0a2a9cc 100644 --- a/src/graphql/query/core/articles-load-drafts.ts +++ b/src/graphql/query/core/articles-load-drafts.ts @@ -37,6 +37,7 @@ export default gql` featured_at stat { viewed + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-feed.ts b/src/graphql/query/core/articles-load-feed.ts index fe827259..16c4bbba 100644 --- a/src/graphql/query/core/articles-load-feed.ts +++ b/src/graphql/query/core/articles-load-feed.ts @@ -29,7 +29,8 @@ export default gql` featured_at stat { viewed - + last_reacted_at + commented rating } } diff --git a/src/graphql/query/core/articles-load-followed-by.ts b/src/graphql/query/core/articles-load-followed-by.ts index 9d1b20f6..e181c35d 100644 --- a/src/graphql/query/core/articles-load-followed-by.ts +++ b/src/graphql/query/core/articles-load-followed-by.ts @@ -30,6 +30,8 @@ export default gql` featured_at stat { viewed + last_reacted_at + commented rating } } diff --git a/src/graphql/query/core/articles-load-followed.ts b/src/graphql/query/core/articles-load-followed.ts index e2fdf8cc..378aa379 100644 --- a/src/graphql/query/core/articles-load-followed.ts +++ b/src/graphql/query/core/articles-load-followed.ts @@ -30,6 +30,8 @@ export default gql` featured_at stat { viewed + last_reacted_at + commented rating } } diff --git a/src/graphql/query/core/articles-load-random-top.ts b/src/graphql/query/core/articles-load-random-top.ts index 3edbc8bd..b0f0b6ac 100644 --- a/src/graphql/query/core/articles-load-random-top.ts +++ b/src/graphql/query/core/articles-load-random-top.ts @@ -37,7 +37,7 @@ export default gql` featured_at stat { viewed - + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-random-topic.ts b/src/graphql/query/core/articles-load-random-topic.ts index c7ee8dc8..32e53c0f 100644 --- a/src/graphql/query/core/articles-load-random-topic.ts +++ b/src/graphql/query/core/articles-load-random-topic.ts @@ -53,6 +53,7 @@ export default gql` featured_at stat { viewed + last_reacted_at rating commented } diff --git a/src/graphql/query/core/articles-load-unrated.ts b/src/graphql/query/core/articles-load-unrated.ts index a305c8f0..1daa82be 100644 --- a/src/graphql/query/core/articles-load-unrated.ts +++ b/src/graphql/query/core/articles-load-unrated.ts @@ -38,7 +38,7 @@ export default gql` featured_at stat { viewed - + last_reacted_at rating commented }