mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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