Skip to content

Commit

Permalink
fix: Add chat field resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Wilms committed Dec 28, 2023
1 parent 8286792 commit be5d316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphql/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import { playground } from './playground';
import { ExtendedFieldsScreenerResolver } from './screener/fields';
import { ExtendedFieldsCooperationResolver } from './cooperation/fields';
import { MutateCooperationResolver } from './cooperation/mutation';
import { FieldsChatResolver } from './chat/fields';

applyResolversEnhanceMap(authorizationEnhanceMap);
applyResolversEnhanceMap(complexityEnhanceMap);
Expand Down Expand Up @@ -178,6 +179,7 @@ const schema = buildSchemaSync({
ExtendedFieldsOrganizerResolver,

/* Chat */
FieldsChatResolver,
MutateChatResolver,

/* Cooperation */
Expand Down

0 comments on commit be5d316

Please sign in to comment.