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 common

NotificationEvent.domain ● String! non-null scalar common

NotificationEvent.id ● ID! non-null scalar common

NotificationEvent.key ● String! non-null scalar common

NotificationEvent.name ● String! non-null scalar common

NotificationEvent.subscribed ● Boolean! non-null scalar common

Returned By

availableNotificationEvents query ● updateNotificationSubscription mutation