@graphql-sse/express
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.15](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/express@0.0.14...@graphql-sse/express@0.0.15) (2021-10-10) | ||
**Note:** Version bump only for package @graphql-sse/express | ||
## [0.0.14](https://github.com/faboulaws/graphql-sse/compare/@graphql-sse/express@0.0.13...@graphql-sse/express@0.0.14) (2021-09-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@graphql-sse/express", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@graphql-sse/server": "0.0.13", |
# @graphql-see/express | ||
This package provide a GraphQL subscription server over Express. | ||
This package provides a GraphQL subscription server over Express. | ||
@@ -36,3 +36,3 @@ ## Installation | ||
The snippet below is a sample from the [Apollo Server Example App](https://github.com/faboulaws/graphql-sse/tree/main/apps/apollo-server-example]). | ||
The snippet below is a sample from the [Apollo Server Example App](https://github.com/faboulaws/graphql-sse/tree/main/apps/apollo-server-example). | ||
@@ -39,0 +39,0 @@ |
16986