@@ -14,15 +14,15 @@ rely on a draft in a production GraphQL Service.
14
14
This specification details how GraphQL should be served and consumed over HTTP
15
15
in order to maximize interoperability between clients, servers and tools. This
16
16
specification does not override or replace the
17
- [ GraphQL specification] ( https://spec.graphql.org ) , it extends it to cover the
17
+ [ GraphQL specification] ( https://spec.graphql.org ) ; it extends it to cover the
18
18
topic of serving GraphQL services over HTTP. If any statement or algorithm in
19
19
this specification appears to conflict with the GraphQL specification, the
20
20
behavior detailed in the GraphQL specification should be used (and an issue
21
21
raised).
22
22
23
23
The [ GraphQL specification] ( https://spec.graphql.org ) deliberately does not
24
- specify the transport layer, however HTTP is the most common choice when serving
25
- GraphQL to remote clients due to its ubiquity.
24
+ specify the transport layer; however, HTTP is the most common choice when
25
+ serving GraphQL to remote clients due to its ubiquity.
26
26
27
27
Previous to this specification, the article
28
28
[ Serving over HTTP] ( https://graphql.org/learn/serving-over-http )
@@ -105,7 +105,7 @@ and a GraphQL response in an HTTP response.
105
105
Specification compliant HTTP server unless the context indicates otherwise.
106
106
107
107
The role of a _ server_ is to provide a _ client_ access to one or more GraphQL
108
- services over HTTP. A _ server_ is not a _ GraphQL service_ , it is a GraphQL
108
+ services over HTTP. A _ server_ is not a _ GraphQL service_ ; it is a GraphQL
109
109
service host.
110
110
111
111
:: In this document, the term _ client_ refers to a GraphQL over HTTP
@@ -373,8 +373,8 @@ When encoded in JSON, a _GraphQL-over-HTTP request_ is encoded as a JSON object
373
373
names and the values of which are the variable values
374
374
- {extensions} - an optional object (map)
375
375
376
- All other property names are reserved for future expansion; if implementors need
377
- to add additional information to a request they MUST do so via other means, the
376
+ All other property names are reserved for future expansion. If implementors need
377
+ to add additional information to a request they MUST do so via other means; the
378
378
RECOMMENDED approach is to add an implementor-scoped entry to the {extensions}
379
379
object.
380
380
0 commit comments