Object GitHub::UserBlockedEvent
 
Represents a 'user_blocked' event on a given user.
Fields
        actor: Actor
        
    
    
    
    Identifies the actor who performed the event.
        blockDuration: UserBlockDuration!
        
    
    
    
    Number of days that the user was blocked for.
        createdAt: DateTime!
        
    
    
    
    Identifies the date and time when the object was created.
        id: ID!
        
    
    
    
    
        subject: User
        
    
    
    
    The user who was blocked.