ticketAttachments.graphql 156 B

12345678910
  1. query ticketAttachments($ticketId: ID!) {
  2. ticketAttachments(ticketId: $ticketId) {
  3. id
  4. internalId
  5. name
  6. size
  7. type
  8. preferences
  9. }
  10. }