Subscriber (Object)
Description
No description
Fields
Name | Description |
---|---|
emailDigestEnabled - Boolean! | |
emailDigestSendFrequency - EmailDigestFrequency! | |
emailDigestWeeklySendDay - DayOfWeek! | |
emailSubscriptionEnabled - Boolean | |
fcmDeviceTokens - [String!]! | |
id - ID! | |
instantEmailTriggers - [NotificationTrigger!]! | Array of instant email triggers that the subscriber will receive. Similar to notification triggers, these can include various events that prompt an immediate email. If this array is empty, the subscriber will not receive any instant emails. |
mentionEmailEnabled - Boolean | |
mentionSubscriptionEnabled - Boolean | |
messageEmailEnabled - Boolean | |
networkId - String! | |
notificationTriggers - [NotificationTrigger!]! | Array of notification triggers that the subscriber will receive. If this array is empty, the subscriber will not receive any notifications. |
reactionEmailEnabled - Boolean | |
reactionSubscriptionEnabled - Boolean |
type Subscriber {
emailDigestEnabled: Boolean!
emailDigestSendFrequency: EmailDigestFrequency!
emailDigestWeeklySendDay: DayOfWeek!
emailSubscriptionEnabled: Boolean @deprecated
fcmDeviceTokens: [String!]!
id: ID!
instantEmailTriggers: [NotificationTrigger!]!
mentionEmailEnabled: Boolean @deprecated
mentionSubscriptionEnabled: Boolean @deprecated
messageEmailEnabled: Boolean @deprecated
networkId: String!
notificationTriggers: [NotificationTrigger!]!
reactionEmailEnabled: Boolean @deprecated
reactionSubscriptionEnabled: Boolean @deprecated
}