Skip to main content

availableNotificationEvents

Retrieves available notification events that users can subscribe to.

Authentication

Authentication is required. Unauthenticated requests will fail.

Filtering

Results can optionally be filtered by domain.

availableNotificationEvents(
domain: String
): [NotificationEvent!]!

Arguments

availableNotificationEvents.domain ● String scalar

Filter events by domain (e.g. 'orders', 'inventory')

Type

NotificationEvent object

A notification event that users can subscribe to.