1234567891011121314151617181920 |
- fragment overviewAttributes on Overview {
- id
- name
- link
- prio
- orderBy
- orderDirection
- viewColumns {
- key
- value
- }
- orderColumns {
- key
- value
- }
- organizationShared
- outOfOffice
- active
- ticketCount @include(if: $withTicketCount)
- }
|