OBJECT

SyncEmail

link GraphQL Schema definition

  • type SyncEmail {
  • # Account ID
  • accountId: Int
  • # Contact
  • contacts: [Contact!]
  • # created date of the sync email
  • createdAt: ISO8601DateTime
  • # ID of the Email
  • id: ID!
  • # the noteType of the note
  • noteType: String
  • # Text of the email
  • text: String
  • # User
  • user: User
  • }