Skip to content

Commit 5eb137e

Browse files
author
Natasha Shams
authored
Update subscriptions.md formatting on subtitle (#664)
1 parent b946835 commit 5eb137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spring-server/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Subscriptions
77
To see more details of how to implement subscriptions in your schema, see [executing subscriptions](../execution/subscriptions).
88

99
## `graphql-ws` subprotocol
10-
###Overview
10+
### Overview
1111
We have implemented subscriptions in Spring WebSockets following the [`graphql-ws` subprotocol](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md) defined by Apollo. This requires that your client send and parse messages in a specific format.
1212

1313
You can see more details in the file [ApolloSubscriptionProtocolHandler](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/graphql-kotlin-spring-server/src/main/kotlin/com/expediagroup/graphql/spring/execution/ApolloSubscriptionProtocolHandler.kt).

0 commit comments

Comments
 (0)