Skip to content

Commit

Permalink
enable update mutations on conversation model
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 11, 2024
1 parent 8a42356 commit b780624
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const createSessionModelDirective = (): DirectiveNode => {
};
return makeDirective('model', [
makeArgument('subscriptions', subscriptionsOffValue),
makeArgument('mutations', makeValueNode({ update: null })),
]);
};

Expand Down

0 comments on commit b780624

Please sign in to comment.