SearchSummary
A search summary shows the details about matching messages on a conversation search.
type SearchSummary {
author: Author
body: String!
forwarded: Boolean!
note: Boolean!
}
Fields
SearchSummary.author ● Author union common
The author of the message.
SearchSummary.body ● String! non-null scalar common
The body of the comment with the matching keywords highlighted.
SearchSummary.forwarded ● Boolean! non-null scalar common
True if the message was forwarded; false otherwise.
SearchSummary.note ● Boolean! non-null scalar common
True if the message is a note; false otherwise.
Member of
Conversation interface ● EmailConversation object ● FacebookConversation object ● TwitterConversation object ● WidgetConversation object