Skip to main content

Mention

A Groove conversation initiated from a Groove Widget.

To fetch mentions for conversation by ID:

query Conversation {
node(id: "cnv_12345678") {
mentions {
id
agent {
id
}
}
}
})
type Mention {
agent: Agent
id: ID!
}

Fields

Mention.agent ● Agent object common

The agent who created the draft

Mention.id ● ID! non-null scalar common

Member of

Conversation interface ● EmailConversation object ● FacebookConversation object ● TwitterConversation object ● WidgetConversation object