mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Less log output
This commit is contained in:
parent
09ff79763d
commit
8b991ea686
@ -11,7 +11,7 @@ export default {
|
||||
currentUser: async (object, params, ctx, resolveInfo) => {
|
||||
const { user } = ctx
|
||||
if (!user) return null
|
||||
return neo4jgraphql(object, { id: user.id }, ctx, resolveInfo, true)
|
||||
return neo4jgraphql(object, { id: user.id }, ctx, resolveInfo, false)
|
||||
},
|
||||
},
|
||||
Mutation: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user