Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Filter? #311

Open
allran opened this issue Jan 7, 2023 · 0 comments
Open

How to Filter? #311

allran opened this issue Jan 7, 2023 · 0 comments

Comments

@allran
Copy link

allran commented Jan 7, 2023

When need send message, how to filter the target to get data?
I only find follow code
async filter(root, args, context) { return { error: false, } },




for example, is there have like pubsub.asyncIterator(triggers).next()to find the target?

import { withFilter } from 'graphql-subscriptions'
subscribe: withFilter(
          () => pubsub.asyncIterator('NEW_MESSAGE'),
          (payload, variables) => {
        console.log('---------------messageFeed start-------------------')
        console.log('::Subscription subscribe payload 发消息方:%s \nvariables 订阅收消息方:%s', payload, variables)

Then, When i get payload and variables data, i can compare if neet subscription message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant