12345678910111213141516171819202122232425262728293031 |
- fragment userCurrentTaskbarItemAttributes on UserTaskbarItem {
- id
- key
- callback
- formId
- formNewArticlePresent
- entity {
- ... on Ticket {
- ...ticketTaskbarTabAttributes
- }
- ... on UserTaskbarItemEntityTicketCreate {
- uid
- title
- createArticleTypeKey
- }
- ... on User {
- id
- internalId
- }
- ... on Organization {
- id
- internalId
- }
- }
- entityAccess
- prio
- changed
- dirty
- notify
- updatedAt
- }
|