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 11MIT License
22
3- Copyright (c) Facebook, Inc. and its affiliates (GraphQL.js)
3+ Copyright (c) GraphQL Contributors (GraphQL.js)
44Copyright (c) Syrus Akbary (GraphQL-core)
55Copyright (c) Christoph Zwerschke (GraphQL-core-next)
66
Original file line number Diff line number Diff line change @@ -227,16 +227,24 @@ Changes are tracked as
227227[ GitHub releases] ( https://github.com/graphql-python/graphql-core-next/releases ) .
228228
229229
230- ## Credits
230+ ## Credits and history
231231
232232The GraphQL-core-next library
233233* has been created and is maintained by Christoph Zwerschke
234234* 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.
237244
238245
239246## License
240247
241248GraphQL-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