Organization

Data of an organization

Implements

Fields

description (String)

Description of the organization

displayName (String)

Display name of the organizational unit

id (ID!)

ID of the organizational unit

memberships ([OrganizationMembership!]!)

List of the organization's memberships

Argument Type Description
limit Int

Maximum number of memberships to list

The default value is 20.

role OrganizationRole

Filter the users by the membership role

skip Int

Skip the first n memberships

The default value is 0.

permissions (OrganizationPermissions)

The current_user's permissions for this organization

repositories ([Repository!]!)

List of repositories owned by this organizational unit

Argument Type Description
limit Int

Maximum number of repositories to list

The default value is 20.

skip Int

Skip the first n repositories

The default value is 0.