Skip to content

Commit

Permalink
refact: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jun 12, 2024
1 parent 9e5b1ae commit c90a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/Social/message.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Message {
parent: Message
user: User!
messageType: MessageType!
appModuleMessage: AppModuleMessage!
appModuleMessage: AppModuleMessage
myInteraction: myInteraction @method(name: "getMyInteraction")
comments: [MessageComments!]!
custom_fields: [CustomField!]!
Expand Down

0 comments on commit c90a220

Please sign in to comment.