OBJECT
Account from third party messaging channels
type ThirdPartyAccount {# Id of the accountthirdPartyAccountId: String! # Name of the accountname: String! # Username of the accountusername: String # Avatar url of the accountavatarUrl: URL }