VideoChat
Video chat info for subscriptions
Fields
contact_type
· String
· The type of contact for the video chat date
· ISO8601DateTime
· The date of the video chat provider_name
· String
· The name of the video chat provider Used By
Definition
"""Video chat info for subscriptions"""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}