Skip to main content

NotificationEvent

A notification event that users can subscribe to.

type NotificationEvent {
description: String
domain: String!
id: ID!
key: String!
name: String!
subscribed: Boolean!
}

Fields

NotificationEvent.description ● String scalar

NotificationEvent.domain ● String! non-null scalar

NotificationEvent.id ● ID! non-null scalar

NotificationEvent.key ● String! non-null scalar

NotificationEvent.name ● String! non-null scalar

NotificationEvent.subscribed ● Boolean! non-null scalar

Returned By

availableNotificationEvents query ● updateNotificationSubscription mutation