123456789101112131415161718192021 |
- fragment ticketSharedDraftZoomAttributes on TicketSharedDraftZoom {
- id
- ticketId
- newArticle
- ticketAttributes
- updatedAt
- updatedBy {
- id
- internalId
- firstname
- lastname
- fullname
- email
- phone
- image
- outOfOffice
- outOfOfficeStartAt
- outOfOfficeEndAt
- active
- }
- }
|