Skip to content

Commit f62d256

Browse files
authored
Correct media type reference in ROADMAP.md (#221)
1 parent 9692169 commit f62d256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mutations over HTTP whilst encouraging some improved practices. The majority of
2020
GraphQL servers should find that they are already compatible with Version 1.0 of
2121
the GraphQL-over-HTTP specification, although they should still put work in to
2222
address the `SHOULD` behaviours that they may be missing, most notably around
23-
the use of the `application/graphql+json` Content-Type.
23+
the use of the `application/graphql-response+json` Content-Type.
2424

2525
Subscriptions, websockets and server-sent events are out of scope for version
2626
1.0.

0 commit comments

Comments
 (0)