NotifierGroup
Type: Object
A Notifier Group represents a collection of recipients that can be notified together. This allows you to build complex notification systems by grouping recipients together.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| createdAt | DateTime! | |||
| groupRecipients | [NotifierGroupRecipient!]! | filter: NotifierGroupRecipientFilterInputlimit: Intoffset: Intsort: [NotifierGroupRecipientSortInput] | The recipients in the group | |
| handle | String! | The handle of the group - used to reference in scripts | ||
| id | ID! | |||
| name | String! | The name of the group | ||
| notifications | [NotifierNotification!]! | filter: NotifierNotificationFilterInputlimit: Intoffset: Intsort: [NotifierNotificationSortInput] | ||
| recipients | [NotifierRecipient!]! | filter: NotifierRecipientFilterInputlimit: Intoffset: Intsort: [NotifierRecipientSortInput] | ||
| updatedAt | DateTime! |