Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.89 KB

File metadata and controls

29 lines (26 loc) · 1.89 KB
title User

Represents a user

Fields without arguments

Name Type Description
admin Boolean Global admin status of the user
avatarPath String The avatar if present of the user
createdAt Time! Time when this User was created
email String Email of the user
emailVerifiedAt Time Email verification date of the user if present
firstname String Firstname of the user
id UserID! Global ID of this User
identities UserIdentityConnection! Identities of this user
lastname String Lastname of the user
mfaStatus MfaStatus Multi-factor authentication status of this user
namespace Namespace Namespace of this user
namespaceMemberships NamespaceMemberConnection! Namespace Memberships of this user
organizationPins [UserOrganizationPin!]! Pinned organizations of this user with explicit priority
pinnedOrganizations [Organization!]! Pinned organizations of this user ordered by pin priority
readme String Readme of the user
sessions UserSessionConnection! Sessions of this user
updatedAt Time! Time when this User was last updated
userAbilities UserUserAbilities! Abilities for the current user on this User
username String! Username of the user