Conversations Mutations

Interactive examples coming soon...

createConversation :: Conversation

ArgumentTypeDescription
clientIdID!
inputConversationInput
patientIdID
subjectString

deleteMessage :: Message

ArgumentTypeDescription
idID!

sendMessage :: Message

ArgumentTypeDescription
attachmentUpload
attachments[Upload]
bodyString!
closeBoolean
conversationIdID!
messageIdID

startConversation :: Conversation

ArgumentTypeDescription
bodyString!
clientIdID!
inputConversationInput!

updateConversation :: Conversation

ArgumentTypeDescription
idID!
inputConversationInput!

upsertMessage :: Message

ArgumentTypeDescription
attachmentUpload
bodyString!
conversationIdID!
messageIdID