Progress:

This commit is contained in:
Belén Curcio
2018-07-25 14:06:25 -03:00
parent 40ab723cf1
commit e519503129
9 changed files with 189 additions and 39 deletions
@@ -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,
};