Github API - Test Config

PackageOwner [interface]

Represents an owner of a package.

Attributes
id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the PackageOwner object

packages PackageConnection

PackageConnection [object]

The connection type for Package.

Attributes
edges PackageEdge []

A list of edges.

nodes Package []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

A list of packages under the owner.

API:
Github GraphQL API