feat: introduce full name column to user model
This commit is contained in:
@@ -427,7 +427,9 @@ input StepInput {
|
||||
|
||||
type User {
|
||||
id: String
|
||||
fullName: String
|
||||
email: String
|
||||
role: String
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
}
|
||||
|
Reference in New Issue
Block a user