Object GitHub::RepositoryCollaboratorEdge

Represents a user who is a collaborator of a repository.

Fields

cursor: String!

A cursor for use in pagination.

node: User!

permission: RepositoryPermission!

The permission the user has on the repository.

Upcoming Change on 2020-10-01 UTC Description: Type for permission will change from RepositoryPermission! to String. Reason: This field may return additional values

permissionSources: [PermissionSource!]

A list of sources for the user's access to the repository.

Uses

RepositoryCollaboratorConnection.edges