User
Data of a user
Implements
Fields
displayName (
String
)
Display name of the organizational unit
email (
String
)
Email address of the user
emailHash (
String!
)
MD5 hash of the user's email address
id (
ID!
)
ID of the organizational unit
organizationMemberships (
[OrganizationMembership!]!
)
List of the user's organization memberships
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of memberships to list The default value is |
role |
OrganizationRole
|
Filter the organizations by the membership role |
skip |
Int
|
Skip the first n memberships The default value is |
publicKeys (
[PublicKey!]
)
List of a user's SSH public keys
repositories (
[Repository!]!
)
repositoryMemberships (
[RepositoryMembership!]!
)
List of the user's repository memberships
Argument | Type | Description |
---|---|---|
limit |
Int
|
Maximum number of memberships to list The default value is |
role |
RepositoryRole
|
Filter the repositories by the membership role |
skip |
Int
|
Skip the first n memberships The default value is |
unconfirmedEmail (
String
)
Email address of the user that still needs to be confirmed