OBJECT
type SyncEmail {# Account IDaccountId: Int # Contactcontacts: [Contact!] # created date of the sync emailcreatedAt: ISO8601DateTime # ID of the Emailid: ID! # the noteType of the notenoteType: String # Text of the emailtext: String # Useruser: User }