OBJECT

ThirdPartyAccount

Account from third party messaging channels

link GraphQL Schema definition

  • type ThirdPartyAccount {
  • # Id of the account
  • thirdPartyAccountId: String!
  • # Name of the account
  • name: String!
  • # Username of the account
  • username: String
  • # Avatar url of the account
  • avatarUrl: URL
  • }