Object GitHub::Package
 
Information for an uploaded package.
Fields
        id: ID!
        
    
    
    
    
        latestVersion: PackageVersion
        
    
    
    
    Find the latest version for the package.
        name: String!
        
    
    
    
    Identifies the name of the package.
        packageType: PackageType!
        
    
    
    
    Identifies the type of the package.
        repository: Repository
        
    
    
    
    The repository this package belongs to.
        statistics: PackageStatistics
        
    
    
    
    Statistics about package activity.
        version(version: String!): PackageVersion
        
    
    
    
    Find package version by version string.
        versions(orderBy: PackageVersionOrder = {field: CREATED_AT, direction: DESC}, after: String, before: String, first: Int, last: Int): PackageVersionConnection!
        
    
    
    
    list of versions for this package
Args
                    orderBy: PackageVersionOrder = {field: CREATED_AT, direction: DESC}
                
                
                Ordering of the returned packages.