@@ -8,23 +8,26 @@ This is the specification for GraphQL, a query language and execution engine for
88describing and performing the capabilities and requirements of data models for
99client-server applications.
1010
11+ A conforming implementation of GraphQL must fulfill all normative requirements
12+ described in this specification (see [ Conformance] ( #sec-Appendix-Conformance ) ).
13+ The GraphQL specification is provided under the OWFa 1.0 license (see
14+ [ Licensing] ( #sec-Appendix-Copyright-and-Licensing ) ).
15+ 
1116GraphQL was originally created in 2012 and the development of this open standard
12- started in 2015. This specification was licensed under OWFa 1.0 in 2017 (see
13- [ Licensing] ( #sec-Copyright-and-Licensing ) ). The
14- [ GraphQL Foundation] ( https://graphql.org/foundation/ )  was formed in 2019 as a
15- neutral focal point for organizations who support the GraphQL ecosystem, and the
16- [ GraphQL Specification Project] ( https://graphql.org/community/ )  was established
17- also in 2019 as the Joint Development Foundation Projects, LLC, GraphQL Series.
18- If your organization benefits from GraphQL, please consider
19- [ becoming a member] ( https://graphql.org/foundation/join/#graphql-foundation )  and
20- helping us to sustain the activities that support the health of our neutral
21- ecosystem.
17+ started in 2015. It is a deliverable of the
18+ [ GraphQL Specification Project] ( https://graphql.org/community/ ) , established in
19+ 2019 with the [ Joint Development Foundation] ( https://www.jointdevelopment.org/ ) .
20+ 
21+ The [ GraphQL Foundation] ( https://graphql.org/foundation/ )  was formed in 2019 as
22+ a neutral focal point for organizations who support development of the GraphQL
23+ ecosystem. If your organization benefits from GraphQL, please consider
24+ [ becoming a member] ( https://graphql.org/foundation/join/#graphql-foundation ) .
2225
2326This specification is developed on GitHub at
2427[ graphql/graphql-spec] ( https://github.com/graphql/graphql-spec/ ) . Contributions
2528are managed by the
2629[ GraphQL Working Group] ( https://github.com/graphql/graphql-wg ) , hosted by the
27- [ GraphQL TSC ] ( https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md ) .
30+ [ GraphQL Technical Steering Committee ] ( https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md ) .
2831To learn more see the
2932[ contribution guide] ( https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md ) .
3033
@@ -49,10 +52,12 @@ working draft release can be found at
4952
5053# [ Response] ( Section%207%20--%20Response.md )  
5154
52- # [ Appendix: Notation Conventions] ( Appendix%20A%20--%20Notation%20Conventions.md )  
55+ # [ Appendix: Conformance] ( Appendix%20A%20--%20Conformance.md )  
56+ 
57+ # [ Appendix: Notation Conventions] ( Appendix%20B%20--%20Notation%20Conventions.md )  
5358
54- # [ Appendix: Grammar Summary] ( Appendix%20B %20--%20Grammar%20Summary.md )  
59+ # [ Appendix: Grammar Summary] ( Appendix%20C %20--%20Grammar%20Summary.md )  
5560
56- # [ Appendix: Specified Definitions] ( Appendix%20C %20--%20Specified%20Definitions.md )  
61+ # [ Appendix: Specified Definitions] ( Appendix%20D %20--%20Specified%20Definitions.md )  
5762
58- # [ Appendix: Conformance &  Licensing] ( Appendix%20D%20--%20Conformance%20&%20Licensing .md)  
63+ # [ Appendix: Licensing] ( ../LICENSE .md)  
0 commit comments