mirror of
https://github.com/lingble/twenty.git
synced 2025-11-03 06:07:56 +00:00
Lucas/t 364 on comment drawer i can fetch all comment threads with (#193)
* Added prisma to suggested extension in container * Added comments and authors on drawer with proper resolving * Fix lint * Fix console log * Fixed generated front graphql from rebase
This commit is contained in:
@@ -23,6 +23,7 @@ import { CommentThreadRelationsResolver } from './resolvers/relations/comment-th
|
||||
import { PipelineRelationsResolver } from './resolvers/relations/pipeline-relations.resolver';
|
||||
import { PipelineStageRelationsResolver } from './resolvers/relations/pipeline-stage-relations.resolver';
|
||||
import { GraphQLError } from 'graphql';
|
||||
import { CommentRelationsResolver } from './resolvers/relations/comment-relations.resolver';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -51,6 +52,7 @@ import { GraphQLError } from 'graphql';
|
||||
PipelineStageResolver,
|
||||
|
||||
CompanyRelationsResolver,
|
||||
CommentRelationsResolver,
|
||||
PersonRelationsResolver,
|
||||
UserRelationsResolver,
|
||||
WorkspaceMemberRelationsResolver,
|
||||
|
||||
Reference in New Issue
Block a user