OBJECT

EmailAttachment

Email Attachment

link GraphQL Schema definition

  • type EmailAttachment {
  • # Download url
  • downloadUrl: String
  • # File name
  • filename: String
  • # ID of the email attachment
  • id: ID!
  • }

link Require by