mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Progress:
This commit is contained in:
@@ -10,6 +10,6 @@ export default {
|
||||
source: void,
|
||||
{ id }: { id: string; url: string },
|
||||
ctx: TenantContext
|
||||
) => ctx.loaders.Comments.comment.load(id),
|
||||
) => (id ? ctx.loaders.Comments.comment.load(id) : null),
|
||||
settings: async (parent: any, args: any, ctx: TenantContext) => ctx.tenant,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user