userCalendarSubscriptionAttributes.graphql 364 B

123456789101112131415161718192021222324252627
  1. fragment userCalendarSubscriptionAttributes on UserPersonalSettingsCalendarSubscriptionsConfig {
  2. combinedUrl
  3. globalOptions {
  4. alarm
  5. }
  6. newOpen {
  7. url
  8. options {
  9. own
  10. notAssigned
  11. }
  12. }
  13. pending {
  14. url
  15. options {
  16. own
  17. notAssigned
  18. }
  19. }
  20. escalation {
  21. url
  22. options {
  23. own
  24. notAssigned
  25. }
  26. }
  27. }