OBJECT

VideoChat

Video chat info for subscriptions

link GraphQL Schema definition

  • type VideoChat {
  • # The type of contact for the video chat
  • contact_type: String
  • # The date of the video chat
  • date: ISO8601DateTime
  • # The ID of the video chat
  • id: ID!
  • # Whether the video chat is a group chat
  • is_group: Boolean
  • # The name of the video chat provider
  • provider_name: String
  • # The user who created the video chat
  • user: User
  • }