feat: timezone + dateFOrmat + appearance profile settings
This commit is contained in:
@@ -57,6 +57,8 @@ type UserMutation {
|
||||
location: String
|
||||
jobTitle: String
|
||||
timezone: String
|
||||
dateFormat: String
|
||||
appearance: String
|
||||
): DefaultResponse @auth(requires: ["manage:users", "manage:system"])
|
||||
|
||||
delete(
|
||||
@@ -84,6 +86,8 @@ type UserMutation {
|
||||
location: String!
|
||||
jobTitle: String!
|
||||
timezone: String!
|
||||
dateFormat: String!
|
||||
appearance: String!
|
||||
): UserTokenResponse
|
||||
|
||||
changePassword(
|
||||
@@ -128,6 +132,8 @@ type User {
|
||||
location: String!
|
||||
jobTitle: String!
|
||||
timezone: String!
|
||||
dateFormat: String!
|
||||
appearance: String!
|
||||
createdAt: Date!
|
||||
updatedAt: Date!
|
||||
lastLoginAt: Date
|
||||
@@ -145,6 +151,8 @@ type UserProfile {
|
||||
location: String!
|
||||
jobTitle: String!
|
||||
timezone: String!
|
||||
dateFormat: String!
|
||||
appearance: String!
|
||||
createdAt: Date!
|
||||
updatedAt: Date!
|
||||
lastLoginAt: Date
|
||||
|
Reference in New Issue
Block a user