overviewAttributes.graphql 228 B

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