GraphQL on Azure: Part 6 – Subscriptions With SignalR

In our exploration of how to run GraphQL on Azure, we’ve looked at the two most common aspects of a GraphQL server, queries and mutations, so we can get data and store data. Today, we’re going to look at the third piece of the puzzle, subsc…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

In our exploration of how to run GraphQL on Azure, we’ve looked at the two most common aspects of a GraphQL server, queries and mutations, so we can get data and store data. Today, we’re going to look at the third piece of the puzzle, subscriptions. What are GraphQL Subscriptions In GraphQL, a Subscription is used as a way to provide real-time data to connected clients. Most commonly, this is implemented over a WebSocket connection, but I’m sure you could do it with long polling or Server Sent Events if you really wanted to (I’ve not gone looking for that!


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2021-03-15T23:31:19+00:00) GraphQL on Azure: Part 6 – Subscriptions With SignalR. Retrieved from https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/

MLA
" » GraphQL on Azure: Part 6 – Subscriptions With SignalR." Posts on LINQ to Fail | Sciencx - Monday March 15, 2021, https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/
HARVARD
Posts on LINQ to Fail | Sciencx Monday March 15, 2021 » GraphQL on Azure: Part 6 – Subscriptions With SignalR., viewed ,<https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » GraphQL on Azure: Part 6 – Subscriptions With SignalR. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/
CHICAGO
" » GraphQL on Azure: Part 6 – Subscriptions With SignalR." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/
IEEE
" » GraphQL on Azure: Part 6 – Subscriptions With SignalR." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/. [Accessed: ]
rf:citation
» GraphQL on Azure: Part 6 – Subscriptions With SignalR | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2021/03/15/graphql-on-azure-part-6-subscriptions-with-signalr/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.