File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1- > ** Stage 1: Proposal **
1+ > ** Stage 2: Draft **
22>
3- > This spec is in the proposal stage of active development, and can change
4- > before reaching ` Draft ` stage. For more information, please see the
5- > [ Roadmap ] ( ROADMAP.md ) or [ how to get involved] ( INTERESTED_DEVELOPERS.md ) .
3+ > This spec is in the draft stage of development, and can change before reaching
4+ > ` Accepted ` stage. For more information, please see the [ Roadmap ] ( ROADMAP.md )
5+ > or [ how to get involved] ( INTERESTED_DEVELOPERS.md ) .
66>
77> You can find our community in the
88> [ graphql-over-http channel] ( https://discord.com/channels/625400653321076807/863141924126588958 )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Future versions of the spec may include these concepts:
6868## Stages
6969
7070The process of writing this specification may proceed according this rough
71- outline of stages. We are currently in the _ Proposal Stage_ .
71+ outline of stages. We are currently in the _ Draft Stage_ .
7272
7373### Stage 0: Preliminary
7474
@@ -93,7 +93,7 @@ implementations.
9393
9494- Before release of the spec, in "Draft" stage, we have to review the spec and
9595 review all open PRs
96- - Every merge to master would need strong consensus
96+ - Every merge to main would need strong consensus
9797- Only changes that address concerns
9898- Implementers could start trying things
9999
@@ -103,4 +103,9 @@ working group would promote it to _Draft Stage_.
103103### Stage 2: Draft
104104
105105This corresponds to the general
106- [ GraphQL Draft Stage] ( https://github.com/graphql/graphql-spec/blob/master/CONTRIBUTING.md#stage-2-draft )
106+ [ GraphQL Draft Stage] ( https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#stage-2-draft )
107+
108+ ### Stage 3: Accepted
109+
110+ This corresponds to the general
111+ [ GraphQL Accepted Stage] ( https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#stage-3-accepted )
Original file line number Diff line number Diff line change 11## GraphQL Over HTTP
22
3- Note: ** Stage 1: Proposal** This spec is under active development, and not ready
4- for implementations yet. For more information, please see the
5- [ Roadmap] ( https://github.com/graphql/graphql-over-http/blob/master/ROADMAP.md )
6- or
7- [ how to get involved] ( https://github.com/graphql/graphql-over-http/blob/master/INTERESTED_DEVELOPERS.md ) .
8- You can find our community in the #graphql-over-http channel on the
9- [ GraphQL Foundation Discord] ( https://discord.graphql.org ) .
3+ Note: ** Stage 2: Draft** &mdash ; this spec is not yet official, but is now a
4+ fully formed solution. Drafts may continue to evolve and change, occasionally
5+ dramatically, and are not guaranteed to be accepted. Therefore, it is unwise to
6+ rely on a draft in a production GraphQL Service.
107
118---
129
You can’t perform that action at this time.
0 commit comments