Object GitHub::ConnectedEvent
Represents a 'connected' event on a given issue or pull request.
Fields
actor: Actor
Identifies the actor who performed the event.
createdAt: DateTime!
Identifies the date and time when the object was created.
id: ID!
isCrossRepository: Boolean!
Reference originated in a different repository.
source: ReferencedSubject!
Issue or pull request that made the reference.
subject: ReferencedSubject!
Issue or pull request which was connected.