ticketSharedDraftZoomAttributes.graphql 311 B

123456789101112131415161718192021
  1. fragment ticketSharedDraftZoomAttributes on TicketSharedDraftZoom {
  2. id
  3. ticketId
  4. newArticle
  5. ticketAttributes
  6. updatedAt
  7. updatedBy {
  8. id
  9. internalId
  10. firstname
  11. lastname
  12. fullname
  13. email
  14. phone
  15. image
  16. outOfOffice
  17. outOfOfficeStartAt
  18. outOfOfficeEndAt
  19. active
  20. }
  21. }