⏳ [Subscription]: Returning an array of entities that match with filter criteria from @Args for Subscription resolvers #1343
Unanswered
Mingyang-Li
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Is that something you're describing? I'm not sure what kind of filtering you want. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends, I'm looking for a way to implement
Subscription
resolvers that return an array of entiries which match the filter criteria from@Args()
passed inI haven't found any issues nor PR related to this feature.
Originally submitted a similar same issue (with LOTS of details) for NestJS implementation in their repo, but sadly they're not implementing it in the forseable future.
Yet, I need to figure out a way to do this.
Any help would be appreciated:)
Beta Was this translation helpful? Give feedback.
All reactions