Skip to content

notificationCount

get count of notifications for a given user (or for the current user)

Arguments

categories · [String] · (DEPRECATED) This argument is not used, and does not do anything.
page_size · Int · (DEPRECATED) This argument is not used, and does not do anything.

Returns

Int

Example

query notificationCount(
$categories: [String]
$other_party_id: String
$page_size: Int
$read_status: Boolean
$seen_status: Boolean
$types: [String]
) {
notificationCount(
categories: $categories
other_party_id: $other_party_id
page_size: $page_size
read_status: $read_status
seen_status: $seen_status
types: $types
)
}