ticketSharedDraftStartAttributes.graphql 277 B

12345678910111213141516171819
  1. fragment ticketSharedDraftStartAttributes on TicketSharedDraftStart {
  2. id
  3. name
  4. updatedAt
  5. updatedBy {
  6. id
  7. internalId
  8. firstname
  9. lastname
  10. fullname
  11. email
  12. phone
  13. image
  14. outOfOffice
  15. outOfOfficeStartAt
  16. outOfOfficeEndAt
  17. active
  18. }
  19. }