copyright | link | is |
---|---|---|
Copyright IBM Corp. 2017, 2018 |
view-a-message-from-a-conversation |
published |
This is a sample GraphQL query on how to get information about a message.
query getMessage {
message(id: "message-id") {
id
content
contentType
annotations
softDeleted
}
}