A very good video Jamie. It was very informative and straight to the point. A video with Subscriptions usig MQTT or REDIS would be much appreciated too, because it is the closest to production (which is what really matters). Also if possible can you make a video about actually deploying a server that implements subscriptions and the best possible options. (Not sure if it can be deployed on the edge, eg; Cloudflare Workers). Thank you and best regards.
@notrab2 жыл бұрын
Great ideas! I'll add this to my todo list :) Thanks for taking the time to watch, and comment ❤️
@abdulhamidalbayya65703 ай бұрын
hi on that main.ts you created a resolver variable and you write all your resolvers there, what if i already created an app that all the resolvers already separated, so like i have master modules, like master book, it has its own service module and resolver, master car, it has its own service module and resolver, in many explanation of graphql-ws i need to make that typedefs and resolvers, the typedefs is totally fine can read from the schema, but how about the resolvers if in my case i already separated them all?
@sujita80207 ай бұрын
why does couldnot connect to endpoint comes when trying to run subscription in graphql playground from backend?
@notrab7 ай бұрын
Do you have a reproducer repo?
@RedCloudServices Жыл бұрын
Does Apollo Studio or Sandbox allow us to integrate tools from The Guild like Yoga?
@notrab Жыл бұрын
You should be able to point it to any GraphQL api but some things might not work (SSE live queries etc)
@theratcode34242 жыл бұрын
How can we pass headers like authorization with SSE from client side
@theratcode34242 жыл бұрын
I am using set context from apollo client to pass the authorization with headers but during subscriptions it's not working
@TheWalrus_452 жыл бұрын
Hi Jamie, does this still have a maximum connections limit?
@nemes1x2 жыл бұрын
Is this limit issue solved using http2?
@notrab2 жыл бұрын
With http/2 the limit is higher but most likely suitable for most use cases.
@vaquarshaikh97902 жыл бұрын
please send code link for this video . Also please tell us how can we contact you if we have any doubts :)
@notrab2 жыл бұрын
Hey, the code can be found at graphql.wtf/episodes/52-graphql-subscriptions-with-server-sent-events
@nemes1x2 жыл бұрын
Great Video again! Do you recommend SSE for production? I am looking forward to the next videos about subscriptions topic
@notrab2 жыл бұрын
Thanks ❤ SSE works fine in production but does have some limitations you want to be aware of (max open connections). I guess it also depends on what you want from your GraphQL subscriptions. www.graphql-yoga.com/docs/features/subscriptions#sse-vs-websocket