1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- fragment userPersonalSettings on User {
- personalSettings {
- notificationConfig {
- groupIds
- matrix {
- create {
- channel {
- email
- online
- }
- criteria {
- no
- ownedByMe
- ownedByNobody
- subscribed
- }
- }
- escalation {
- channel {
- email
- online
- }
- criteria {
- no
- ownedByMe
- ownedByNobody
- subscribed
- }
- }
- reminderReached {
- channel {
- email
- online
- }
- criteria {
- no
- ownedByMe
- ownedByNobody
- subscribed
- }
- }
- update {
- channel {
- email
- online
- }
- criteria {
- no
- ownedByMe
- ownedByNobody
- subscribed
- }
- }
- }
- }
- notificationSound{
- enabled
- file
- }
- }
- }
|