mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 17:29:14 +00:00
Use the UserPermissionsMeRole
This commit is contained in:
parent
fc8931bb39
commit
b23bbff6a1
@ -9,7 +9,7 @@ module.exports = {
|
|||||||
email: String!
|
email: String!
|
||||||
confirmed: Boolean
|
confirmed: Boolean
|
||||||
blocked: Boolean
|
blocked: Boolean
|
||||||
role: UsersPermissionsRole
|
role: UsersPermissionsMeRole
|
||||||
}
|
}
|
||||||
|
|
||||||
type UsersPermissionsMeRole {
|
type UsersPermissionsMeRole {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user