From 9200f03e1a7127f554ec0db1bd555c883bff322c Mon Sep 17 00:00:00 2001 From: Loren Sands-Ramshaw Date: Thu, 16 Nov 2017 22:50:02 -0500 Subject: [PATCH 1/2] Fix typo in skel/server/index.js --- skel/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel/server/index.js b/skel/server/index.js index faafc9d..ef148d4 100644 --- a/skel/server/index.js +++ b/skel/server/index.js @@ -86,7 +86,7 @@ async function startServer() { { subscriptionManager, - // the obSubscribe function is called for every new subscription + // the onSubscribe function is called for every new subscription // and we use it to set the GraphQL context for this subscription onSubscribe: (msg, params) => { return Object.assign({}, params, { From 89502757703fa56e4d6b690a7786cd198ac971ec Mon Sep 17 00:00:00 2001 From: Loren Sands-Ramshaw Date: Fri, 17 Nov 2017 00:38:14 -0500 Subject: [PATCH 2/2] Fix typo in output-app --- test/output-app/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/output-app/server/index.js b/test/output-app/server/index.js index 8366e28..6d94c5c 100644 --- a/test/output-app/server/index.js +++ b/test/output-app/server/index.js @@ -86,7 +86,7 @@ async function startServer() { { subscriptionManager, - // the obSubscribe function is called for every new subscription + // the onSubscribe function is called for every new subscription // and we use it to set the GraphQL context for this subscription onSubscribe: (msg, params) => { return Object.assign({}, params, {