adding new filed to user
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user