File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) Facebook, Inc. and its affiliates (GraphQL.js)
3
+ Copyright (c) GraphQL Contributors (GraphQL.js)
4
4
Copyright (c) Syrus Akbary (GraphQL-core)
5
5
Copyright (c) Christoph Zwerschke (GraphQL-core-next)
6
6
Original file line number Diff line number Diff line change @@ -227,16 +227,24 @@ Changes are tracked as
227
227
[ GitHub releases] ( https://github.com/graphql-python/graphql-core-next/releases ) .
228
228
229
229
230
- ## Credits
230
+ ## Credits and history
231
231
232
232
The GraphQL-core-next library
233
233
* has been created and is maintained by Christoph Zwerschke
234
234
* uses ideas and code from GraphQL-core, a prior work by Syrus Akbary
235
- * is a Python port of GraphQL.js which has been created and is maintained
236
- by Facebook, Inc.
235
+ * is a Python port of GraphQL.js which has been developed by Lee Byron and others
236
+ at Facebook, Inc. and is now maintained
237
+ by the [ GraphQL foundation] ( https://gql.foundation/join/ )
238
+
239
+ Please watch the recording of Lee Byron's short keynote on the
240
+ [ history of GraphQL] ( https://www.youtube.com/watch?v=VjHWkBr3tjI )
241
+ at the open source leadership summit 2019 to better understand
242
+ how and why GraphQL was created at Facebook and then became open sourced
243
+ and ported to many different programming languages.
237
244
238
245
239
246
## License
240
247
241
248
GraphQL-core-next is
242
- [ MIT-licensed] ( https://github.com/graphql-python/graphql-core-next/blob/master/LICENSE ) .
249
+ [ MIT-licensed] ( https://github.com/graphql-python/graphql-core-next/blob/master/LICENSE ) ,
250
+ just like GraphQL.js.
You can’t perform that action at this time.
0 commit comments