userCurrentTaskbarItemAttributes.graphql 468 B

12345678910111213141516171819202122232425262728293031
  1. fragment userCurrentTaskbarItemAttributes on UserTaskbarItem {
  2. id
  3. key
  4. callback
  5. formId
  6. formNewArticlePresent
  7. entity {
  8. ... on Ticket {
  9. ...ticketTaskbarTabAttributes
  10. }
  11. ... on UserTaskbarItemEntityTicketCreate {
  12. uid
  13. title
  14. createArticleTypeKey
  15. }
  16. ... on User {
  17. id
  18. internalId
  19. }
  20. ... on Organization {
  21. id
  22. internalId
  23. }
  24. }
  25. entityAccess
  26. prio
  27. changed
  28. dirty
  29. notify
  30. updatedAt
  31. }