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 |
role |
OrganizationRole
|
Filter the users by the membership role |
skip |
Int
|
Skip the first n memberships The default value is |
permissions (
OrganizationPermissions
)
The current_user's permissions for this organization
repositories (
[Repository!]!
)