Skip to content

Commit

Permalink
Merge pull request #1701 from bakaphp/hotfix-shopify-channel-import
Browse files Browse the repository at this point in the history
feat: filter message by user
  • Loading branch information
kaioken authored Jul 18, 2024
2 parents 5d43380 + 3d5143b commit 10cde4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphql/schemas/Social/message.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ extend type Query @guard {
"total_shared"
]
)
hasUser: _
@whereHasConditions(relation: "user", columns: ["id", "displayname"])
hasAppModuleMessage: _
@whereHasConditions(columns: ["entity_id", "system_modules"])
orderBy: _ @orderBy(columns: ["created_at", "updated_at", "id"])
Expand Down

0 comments on commit 10cde4b

Please sign in to comment.