overviewAttributes.graphql 209 B

1234567891011121314
  1. fragment overviewAttributes on Overview {
  2. id
  3. internalId
  4. name
  5. link
  6. prio
  7. groupBy
  8. orderBy
  9. orderDirection
  10. organizationShared
  11. outOfOffice
  12. active
  13. ticketCount @include(if: $withTicketCount)
  14. }