Enum GitHub::CommitContributionOrderField
 
Properties by which commit contribution connections can be ordered.
Enum Values
        OCCURRED_AT
    
    
    Order commit contributions by when they were made.
        COMMIT_COUNT
    
    
    Order commit contributions by how many commits they represent.