Object GitHub::EnterprisePendingCollaboratorEdge

A user with an invitation to be a collaborator on a repository owned by an organization in an enterprise.

Fields

cursor: String!

A cursor for use in pagination.

isUnlicensed: Boolean!

👎 Deprecated:

All pending collaborators consume a license Removal on 2021-01-01 UTC.

Whether the invited collaborator does not have a license for the enterprise.

node: User

The item at the end of the edge.

repositories(after: String, before: String, first: Int, last: Int, orderBy: RepositoryOrder = {field: NAME, direction: ASC}): EnterpriseRepositoryInfoConnection!

The enterprise organization repositories this user is a member of.

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.

orderBy: RepositoryOrder = {field: NAME, direction: ASC}

Ordering options for repositories.

Uses

EnterprisePendingCollaboratorConnection.edges