notifier-schema-fix
Some checks failed
Deploy on push / deploy (push) Failing after 19s

This commit is contained in:
2024-03-04 10:59:14 +03:00
parent 3016a75332
commit 88ca5a1362
3 changed files with 14 additions and 3 deletions

View File

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