@@ -5,14 +5,15 @@ GraphQL
5
5
6
6
** Introduction**
7
7
8
- This is a Draft RFC Specification for GraphQL, a query language created by
9
- Facebook in 2012 for describing the capabilities and requirements of data models
10
- for client-server applications. The development of this standard started
11
- in 2015. GraphQL is a new and evolving language and is not complete. Significant
12
- enhancement will continue in future editions of this specification.
8
+ This is the specification for GraphQL, a query language and execution engine
9
+ originally created at Facebook in 2012 for describing the capabilities and
10
+ requirements of data models for client-server applications. The development of
11
+ this open standard started in 2015.
13
12
14
- Previous releases of the GraphQL specification can be found at permalinks that
15
- match their [ release tag] ( https://github.com/facebook/graphql/releases ) .
13
+ GraphQL has evolved and may continue to evolve in future editions of this
14
+ specification. Previous editions of the GraphQL specification can be found at
15
+ permalinks that match their [ release tag] ( https://github.com/facebook/graphql/releases ) .
16
+ The latest working draft release can be found at [ facebook.github.io/graphql/draft/] ( http://facebook.github.io/graphql/draft/ ) .
16
17
17
18
** Copyright notice**
18
19
@@ -22,7 +23,7 @@ As of September 26, 2017, the following persons or entities have made this
22
23
Specification available under the Open Web Foundation Final Specification
23
24
Agreement (OWFa 1.0), which is available at [ openwebfoundation.org] ( http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0 ) .
24
25
25
- Facebook, Inc.
26
+ * Facebook, Inc.
26
27
27
28
You can review the signed copies of the Open Web Foundation Final Specification
28
29
Agreement Version 1.0 for this specification at [ github.com/facebook/graphql] ( https://github.com/facebook/graphql/tree/master/signed-agreements ) ,
0 commit comments