File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -447,9 +447,9 @@ it had `Accept: application/graphql-response+json` but use
447447Note: This recommendation uses this specification's full range of HTTP status
448448codes whilst maximizing compatibility with _ legacy client_ for successful and
449449partially successful requests. HTTP responses could originate from non-GraphQL
450- intermediary servers and middlewares handling failures (HTTP ` 4xx ` and ` 5xx ` ),
451- so clients typically can only rely on a response to be from GraphQL either when
452- it is successful (HTTP ` 2xx ` ) or when it explicitly declares it is a GraphQL
450+ intermediary servers and middleware handling failures (HTTP ` 4xx ` and ` 5xx ` ), so
451+ clients typically can only rely on a response to be from GraphQL either when it
452+ is successful (HTTP ` 2xx ` ) or when it explicitly declares it is a GraphQL
453453response (` Content-Type: application/graphql-response+json ` ).
454454
455455If the ` Accept ` header is present but indicates support for neither any of the
You can’t perform that action at this time.
0 commit comments