Interface GitHub::PackageOwner

Represents an owner of a package.

Fields

id: ID!

packages(after: String, before: String, first: Int, last: Int, names: [String], repositoryId: ID, packageType: PackageType, orderBy: PackageOrder = {field: CREATED_AT, direction: DESC}): PackageConnection!

A list of packages under the owner.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

names: [String]

Find packages by their names.

repositoryId: ID

Find packages in a repository by ID.

packageType: PackageType

Filter registry package by type.

orderBy: PackageOrder = {field: CREATED_AT, direction: DESC}

Ordering of the returned packages.

Possible Types

Organization

Repository

User