schema-update

This commit is contained in:
Untone 2024-03-04 15:48:04 +03:00
parent 36fefd93be
commit 5ff28ce31b

View File

@ -43,5 +43,5 @@ type Query {
get_topics_by_community(slug: String, community_id: Int): [Topic] get_topics_by_community(slug: String, community_id: Int): [Topic]
# notifier # notifier
load_notifications(after: Int!, limit: Int): NotificationsResult! load_notifications(after: Int!, limit: Int, offset: Int): NotificationsResult!
} }