User
Represents a user
Fields without arguments
Name | Type | Description |
---|---|---|
admin | Boolean! | Global admin status of the user |
createdAt | Time! | Time when this User was created |
email | String! | Email of the user |
firstname | String! | Firstname of the user |
id | UserID! | Global ID of this User |
lastname | String! | Lastname of the user |
namespace | Namespace | Namespace of this user |
namespaceMemberships | NamespaceMemberConnection! | Namespace Memberships of this user |
updatedAt | Time! | Time when this User was last updated |
username | String! | Username of the user |