OBJECT

Subscription

link GraphQL Schema definition

  • type Subscription {
  • # To track appointment participants devices changes
  • #
  • # Arguments
  • # id: [Not documented]
  • appointmentUserDevicesSubscription(id: ID): Appointment
  • # To track conversation object changes
  • #
  • # Arguments
  • # id: [Not documented]
  • conversationChangedSubscription(id: ID): Conversation
  • conversationMembershipAddedSubscription: ConversationMembership
  • # Charting note was updated
  • #
  • # Arguments
  • # id: The ID of trackable FormAnswerGroup
  • formAnswerGroupModifiedSubscription(id: ID): FormAnswerGroup
  • # A note was added to a conversation.
  • #
  • # Arguments
  • # conversationId: [Not documented]
  • # sort_by: [Not documented]
  • noteAddedSubscription(
  • conversationId: String,
  • sort_by: String
  • ): Note
  • userUpdatedSubscription: UserNotificationsCount
  • # To track video chats
  • videoChatsSubscription: String
  • }

link Require by

This element is not required by anyone