From e4df812806d3345b0ba843ae41fbc4e61930dd7c Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 14 Jul 2022 14:21:25 +0100 Subject: [PATCH] Add a note stating Subscriptions aren't covered --- spec/GraphQLOverHTTP.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/GraphQLOverHTTP.md b/spec/GraphQLOverHTTP.md index 892bd7f2..89189496 100644 --- a/spec/GraphQLOverHTTP.md +++ b/spec/GraphQLOverHTTP.md @@ -116,6 +116,9 @@ Specification compliant HTTP client unless the context indicates otherwise. The role of a _client_ is to issue HTTP requests to a _server_ in order to interact with a _GraphQL service_. +Note: GraphQL Subscriptions are beyond the scope of this specification at this +time. + # URL A _server_ MUST enable GraphQL requests to one or more GraphQL schemas.