Skip to content

Commit

Permalink
Merge pull request #1491 from bakaphp/refact-tags
Browse files Browse the repository at this point in the history
refact: fix message
  • Loading branch information
kaioken committed Jun 12, 2024
2 parents ee28474 + c90a220 commit c0bbd51
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 c0bbd51

Please sign in to comment.