From d05682d441e6d58e1efa0b0f21c84c55c996c328 Mon Sep 17 00:00:00 2001 From: Michael Webb <28074382+mjfwebb@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:20:12 +0200 Subject: [PATCH] Update getting-started.adoc --- modules/ROOT/pages/subscriptions/getting-started.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/subscriptions/getting-started.adoc b/modules/ROOT/pages/subscriptions/getting-started.adoc index 70ffc4f1..e1c24294 100644 --- a/modules/ROOT/pages/subscriptions/getting-started.adoc +++ b/modules/ROOT/pages/subscriptions/getting-started.adoc @@ -146,7 +146,6 @@ You can subscribe to new movies created with the following statement: [source, graphql, indent=0] ---- -graphql subscription { movieCreated(where: { title: "The Matrix" }) { createdMovie {