Skip to content

Commit ed98861

Browse files
authored
Advance spec to Stage 2 (#275)
1 parent 0f8ba18 commit ed98861

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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)

ROADMAP.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Future versions of the spec may include these concepts:
6868
## Stages
6969

7070
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_.
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

105105
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)

spec/GraphQLOverHTTP.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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** — 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

0 commit comments

Comments
 (0)