OBJECT

UserNotifications

Description

An object representing product notifications.

link GraphQL Schema definition

  • type UserNotifications {
  • # The ID for the current user.
  • id: String!
  • # The amount of unread notifications for the current user.
  • unreadCount: Long!
  • }

link Require by