You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework specification with a focus on backwards compatibility (#175)
* Start editing spec
* GraphQL server -> server; GraphQL client -> client
* Content-Types
* Request edits
* Rework Content-Types and start work on Response
* Status codes differ between media types
* Special case for data:null
* Update wording around status codes
* Revisions from second read-through
* Another editing pass
* Update spec/GraphQLOverHTTP.md
* Apply suggestions from code review
Co-authored-by: Gabriel McAdams <[email protected]>
* Clarify server parsing (suggestion by @ghmcadams)
* Move media type rules to media type section
* Prettier
* Move 'JSON Encoding' section into POST section
* 'X in the GraphQL specification' -> 'GraphQL's X'
* -we
* Correct typo
* Add @ghmcadams' suggestions (modified)
* Reword
* Apply @spawnia's improvement
Co-authored-by: Benedikt Franke <[email protected]>
* You must assume UTF-8 (thanks @spawnia)
Co-authored-by: Benedikt Franke <[email protected]>
* Client MUST indicate Content-Type - thanks @michaelstaib
* Make it clearer we're referring to a term
* Prettier
* Grammar (thanks @spawnia)
Co-authored-by: Benedikt Franke <[email protected]>
* Fix the formatting of POST example
* Clarify non-normative note about authorization decisions
* Clarification around client Accept header
* Consistently format variables
* Remove 'application/graphql+json' as encoding of request body
* Move the "AS IS" fullstop to match GraphQL spec
Co-authored-by: Benedikt Franke <[email protected]>
* Grammar (thanks @ghmcadams)
Co-authored-by: Gabriel McAdams <[email protected]>
Co-authored-by: Benedikt Franke <[email protected]>
0 commit comments