Skip to content

Commit

Permalink
feat: remove update: null for conversation model in MIS (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian authored Oct 22, 2024
1 parent 85ccc89 commit bef8bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,7 @@ exports[`Conversation Route Introspection Visitor Metadata snapshot should gener
{
\\"type\\": \\"model\\",
\\"properties\\": {
\\"subscriptions\\": {},
\\"mutations\\": {
\\"update\\": null
}
\\"subscriptions\\": {}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ function generateConversationMessageModel(conversationModelName: string, modelNa
{
type: 'model',
properties: {
subscriptions: {},
mutations: { update: null }
subscriptions: {}
}
},
generateAuthAttribute()
Expand Down

0 comments on commit bef8bb2

Please sign in to comment.