diff --git a/schema/query.graphql b/schema/query.graphql index 28182f0a..af5fd77c 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -43,5 +43,5 @@ type Query { get_topics_by_community(slug: String, community_id: Int): [Topic] # notifier - load_notifications(after: Int!, limit: Int): NotificationsResult! + load_notifications(after: Int!, limit: Int, offset: Int): NotificationsResult! }