OBJECT
An object representing product notifications.
type UserNotifications {# The ID for the current user.id: String! # The amount of unread notifications for the current user.unreadCount: Long! }