Skip to content
Snippets Groups Projects
Verified Commit f28ea696 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Select full agent in admin token code update

parent 20f7541e
No related branches found
No related tags found
No related merge requests found
......@@ -173,16 +173,7 @@ export class AdminResolver {
},
data,
include: {
agent: {
select: {
id: true,
bio: true,
name: true,
slug: false,
flags: true,
avatar: true,
},
},
agent: true,
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment