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 **
2
2
>
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 ) .
6
6
>
7
7
> You can find our community in the
8
8
> [ 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:
68
68
## Stages
69
69
70
70
The 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_ .
72
72
73
73
### Stage 0: Preliminary
74
74
@@ -93,7 +93,7 @@ implementations.
93
93
94
94
- Before release of the spec, in "Draft" stage, we have to review the spec and
95
95
review all open PRs
96
- - Every merge to master would need strong consensus
96
+ - Every merge to main would need strong consensus
97
97
- Only changes that address concerns
98
98
- Implementers could start trying things
99
99
@@ -103,4 +103,9 @@ working group would promote it to _Draft Stage_.
103
103
### Stage 2: Draft
104
104
105
105
This 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 1
1
## GraphQL Over HTTP
2
2
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.
10
7
11
8
---
12
9
You can’t perform that action at this time.
0 commit comments