MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / getChats

Method getChats

backend/src/project/project.resolver.ts:78–81  ·  view source on GitHub ↗
(@Parent() project: Project)

Source from the content-addressed store, hash-verified

76 * field on what it returns. Field resolvers run with no guard at all
77 * (APP_GUARD does not reach them without `fieldResolverEnhancers`, which is
78 * unset), so everything the return TYPE advertises is public by
79 * construction — see Byline for why narrowing this projection was not on
80 * its own enough.
81 */
82 @ResolveField('user', () => Byline)
83 async getUser(@Parent() project: Project): Promise<Byline> {
84 // `fetchPublicProjects` already loads `user` (relations: ['user']), so the

Callers

nothing calls this directly

Calls 1

getProjectByIdMethod · 0.80

Tested by

no test coverage detected