Object GitHub::EnterpriseOutsideCollaboratorEdge

A User who is an outside collaborator of an enterprise through one or more organizations.

Fields

cursor: String!

A cursor for use in pagination.

isUnlicensed: Boolean!

👎 Deprecated:

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

Whether the outside 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

EnterpriseOutsideCollaboratorConnection.edges