mirror of
https://github.com/strapi/strapi.git
synced 2025-11-27 15:40:36 +00:00
PR Feedback for testing
This commit is contained in:
parent
8bcc6d5d37
commit
2f44b7353b
@ -25,6 +25,11 @@ module.exports = {
|
||||
me: UsersPermissionsMe
|
||||
`,
|
||||
resolver: {
|
||||
UsersPermissionsMe: {
|
||||
id(obj) {
|
||||
return obj.id || obj._id;
|
||||
},
|
||||
},
|
||||
Query: {
|
||||
me: {
|
||||
resolverOf: 'User.me',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user