Giter VIP home page Giter VIP logo

Comments (3)

dotansimha avatar dotansimha commented on May 24, 2024 4

@dnalborczyk
The actual pattern for this use case is to use Query to fetch the initial state, and then use subscription to get real-time updates about data changes (usually the changes are driven from a mutation).

If your use case insist on publishing data when client connects, you can use onOperation callback of the subscriptions-transport-ws and publish data there, but note that your PubSub is shared between all clients, so you probably need to create your own implementation for AsyncIterator that wraps an existing Iterator (the shared one from your PubSub) and adds a custom payload publication for a specific user.

from graphql-subscriptions.

acro5piano avatar acro5piano commented on May 24, 2024 2

I was in the same situation and this blog post was great.

https://ralexanderson.com/blog/subscription-only-graphql-data

from graphql-subscriptions.

dnalborczyk avatar dnalborczyk commented on May 24, 2024

just noticed I didn't leave a message back in June :/

thank you so much @dotansimha !!!

from graphql-subscriptions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.