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