saveAccount

Updates the current user account

Input fields

data (UserChangeset!)

Updated fields of the user

password (String!)

Password of the current user to confirm the update

Return 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 20.

role OrganizationRole

Filter the organizations by the membership role

skip Int

Skip the first n memberships

The default value is 0.

publicKeys ([PublicKey!])

List of a user's SSH public keys

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.

repositoryMemberships ([RepositoryMembership!]!)

List of the user's repository memberships

Argument Type Description
limit Int

Maximum number of memberships to list

The default value is 20.

role RepositoryRole

Filter the repositories by the membership role

skip Int

Skip the first n memberships

The default value is 0.

unconfirmedEmail (String)

Email address of the user that still needs to be confirmed