adding new filed to user

This commit is contained in:
José Salazar
2025-12-26 15:18:56 -05:00
parent 5136b1d6b5
commit 9acd01237e
3 changed files with 11 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ query listUsers @auth(level: USER) {
fullName
role
userRole
photoUrl
createdDate
updatedDate
}
@@ -19,6 +20,7 @@ query getUserById(
fullName
role
userRole
photoUrl
}
}
@@ -41,5 +43,6 @@ query filterUsers(
fullName
role
userRole
photoUrl
}
}