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

This commit is contained in:
2024-03-04 10:35:33 +03:00
parent ad0dc98bc9
commit 3016a75332
8 changed files with 386 additions and 0 deletions

View File

@@ -41,4 +41,7 @@ type Query {
get_topics_random(amount: Int): [Topic]
get_topics_by_author(slug: String, user: String, author_id: Int): [Topic]
get_topics_by_community(slug: String, community_id: Int): [Topic]
# notifier
get_notifications: NotificationsResult!
}