SendMessageResponse
No description
type SendMessageResponse {
conversationId: String!
messageId: String!
}
Fields
SendMessageResponse.conversationId
● String!
non-null scalar
SendMessageResponse.messageId
● String!
non-null scalar
Returned by
sendMessage
mutation