"Represents a 'mentioned' event on a given issue or pull request."
type MentionedEvent implements Node {
"Identifies the actor who performed the event."
actor: Actor
"Identifies the date and time when the object was created."
createdAt: DateTime!
"Identifies the primary key from the database."
databaseId: Int
id: ID!
}
That doesn’t really make it any more useful than the “Comment” event we receive immediately preceeding it.