@@ -255,13 +255,13 @@ client gets something useful, it should indicate the media types it supports.
255
255
If the client supplies an ` Accept ` header, the client SHOULD include the media
256
256
type ` application/graphql-response+json ` in the ` Accept ` header.
257
257
258
- Note: From 1st Jan 2025 , every _ server_ and _ client_ must support
258
+ Note: From 1st Jan 2030 , every _ server_ and _ client_ must support
259
259
` application/graphql-response+json ` , so including this in the Accept header
260
260
should give your client compatibility with any _ server_ .
261
261
262
262
### Legacy Watershed
263
263
264
- Before ` 2025 -01-01T00:00:00Z` , if the client supplies an ` Accept ` header, the
264
+ Before ` 2030 -01-01T00:00:00Z` , if the client supplies an ` Accept ` header, the
265
265
header SHOULD include the ` application/json ` media type. After this watershed,
266
266
this is no longer necessary.
267
267
@@ -469,19 +469,19 @@ these replies may come from non-compliant HTTP servers or proxies somewhere in
469
469
the request chain). For this reason, this specification introduces the
470
470
` application/graphql-response+json ` media type on responses; however, to give
471
471
existing servers time to move over, it is not required to be supported until 1st
472
- January 2025 .
472
+ January 2030 .
473
473
474
474
### Legacy watershed
475
475
476
- From 1st January 2025 (` 2025 -01-01T00:00:00Z` ), a server MUST support any
476
+ From 1st January 2030 (` 2030 -01-01T00:00:00Z` ), a server MUST support any
477
477
_ GraphQL-over-HTTP request_ which accepts the
478
478
` application/graphql-response+json ` media type (as indicated by the ` Accept `
479
479
header) using the UTF-8 encoding.
480
480
481
- Before 1st January 2025 (` 2025 -01-01T00:00:00Z` ), if the client does not supply
481
+ Before 1st January 2030 (` 2030 -01-01T00:00:00Z` ), if the client does not supply
482
482
an ` Accept ` header, the server SHOULD treat the _ GraphQL-over-HTTP request_ as
483
- if it had ` Accept: application/json ` . From 1st January 2025
484
- (` 2025 -01-01T00:00:00Z` ), if the client does not supply an ` Accept ` header, the
483
+ if it had ` Accept: application/json ` . From 1st January 2030
484
+ (` 2030 -01-01T00:00:00Z` ), if the client does not supply an ` Accept ` header, the
485
485
server SHOULD treat the _ GraphQL-over-HTTP request_ as if it had
486
486
` Accept: application/graphql-response+json ` .
487
487
0 commit comments