feat: introduce full name column to user model

This commit is contained in:
Ali BARIN
2023-03-01 21:40:39 +00:00
parent 282863c526
commit 74a299dbe6
5 changed files with 22 additions and 1 deletions

View File

@@ -427,7 +427,9 @@ input StepInput {
type User {
id: String
fullName: String
email: String
role: String
createdAt: String
updatedAt: String
}