get_topics_paginated-fix
All checks were successful
Deploy on push / deploy (push) Successful in 56s

This commit is contained in:
2025-03-22 18:49:15 +03:00
parent 81a8bf3c58
commit 3c56fdfaea
3 changed files with 1 additions and 19 deletions

View File

@@ -60,7 +60,7 @@ type Query {
get_topic(slug: String!): Topic
get_topics_all: [Topic]
get_topics_by_author(slug: String, user: String, author_id: Int): [Topic]
get_topics_by_community(slug: String, community_id: Int): [Topic]
get_topics_by_community(community_id: Int!, limit: Int, offset: Int): [Topic]
# notifier
load_notifications(after: Int!, limit: Int, offset: Int): NotificationsResult!