OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # To track appointment participants devices changes
- #
- # Arguments
- # id: [Not documented]
- ID): Appointment ( :
- # To track conversation object changes
- #
- # Arguments
- # id: [Not documented]
- ID): Conversation ( :
- ConversationMembership :
- # Charting note was updated
- #
- # Arguments
- # id: The ID of trackable FormAnswerGroup
- ID): FormAnswerGroup ( :
- # A note was added to a conversation.
- #
- # Arguments
- # conversationId: [Not documented]
- # sort_by: [Not documented]
- (
- String, :
- String :
- ): Note
- UserNotificationsCount :
- # To track video chats
- String :
- }
link Require by
This element is not required by anyone