Skip to content

Commit

Permalink
Update 11-subscriptions.mdx (#2801)
Browse files Browse the repository at this point in the history
Changes Wikipedia's link from `fr` to `en. (Since this is an English tutorial)
  • Loading branch information
codeteo authored and martinbonnin committed Dec 21, 2020
1 parent 6fc7ba3 commit f0855a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/11-subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "11. Write your first subscription"
---

In this section, you will use subscriptions to get notified whenever someone books a flight 🚀! [Subscriptions](https://graphql.org/blog/subscriptions-in-graphql-and-relay/) allow to be notified in real time whenever an event happens on your server. The [fullstack backend](https://apollo-fullstack-tutorial.herokuapp.com) supports subscriptions based on [WebSockets](https://fr.wikipedia.org/wiki/WebSocket).
In this section, you will use subscriptions to get notified whenever someone books a flight 🚀! [Subscriptions](https://graphql.org/blog/subscriptions-in-graphql-and-relay/) allow to be notified in real time whenever an event happens on your server. The [fullstack backend](https://apollo-fullstack-tutorial.herokuapp.com) supports subscriptions based on [WebSockets](https://en.wikipedia.org/wiki/WebSocket).


## Write your subscription
Expand Down

0 comments on commit f0855a0

Please sign in to comment.