Object GitHub::DeployedEvent
 
Represents a 'deployed' event on a given pull request.
Fields
        actor: Actor
        
    
    
    
    Identifies the actor who performed the event.
        createdAt: DateTime!
        
    
    
    
    Identifies the date and time when the object was created.
        databaseId: Int
        
    
    
    
    Identifies the primary key from the database.
        deployment: Deployment!
        
    
    
    
    The deployment associated with the 'deployed' event.
        id: ID!
        
    
    
    
    
        pullRequest: PullRequest!
        
    
    
    
    PullRequest referenced by event.
        ref: Ref
        
    
    
    
    The ref associated with the 'deployed' event.