overviewAttributes.graphql 290 B

12345678910111213141516171819202122
  1. fragment overviewAttributes on Overview {
  2. id
  3. name
  4. link
  5. prio
  6. groupBy
  7. orderBy
  8. orderDirection
  9. viewColumns {
  10. key
  11. value
  12. }
  13. orderColumns {
  14. key
  15. value
  16. }
  17. organizationShared
  18. outOfOffice
  19. active
  20. viewColumnsRaw
  21. ticketCount @include(if: $withTicketCount)
  22. }