Skip to main content

inAppNotificationUpdates

Subscribe to real-time in-app notification updates for a party.

Authentication

Authentication is required. Unauthenticated requests will fail.

Authorization

Users can subscribe to their own notifications and to the notifications of any company they belong to.

Events

Subscribers receive updates when:

  • A new notification is created for the user
  • A notification is marked as read
inAppNotificationUpdates(
partyId: ID!
): InAppNotificationPayload!

Arguments

inAppNotificationUpdates.partyId ● ID! non-null scalar common

The party ID to receive notification updates for. Either the current user or a company they belong to.

Type

InAppNotificationPayload object common