GraphQL at the Financial Times ... What can we Learn?
- Dominant language
- JavaScript
- Stars
- 47
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
GraphQL at The Financial Times - Viktor Charypar London React August 2015:
- Video: https://youtu.be/S0s935RKKB4
- Slides: http://www.slideshare.net/LondonReact/graph-ql
- Repo: https://github.com/Financial-Times/next-graphql-api
Notes:
- Gives a good overview.
- pre-dates GraphiQL - so uses POST requests in examples
- Backend APIs are **storage**-centric ... front-end APIs are **_product**_-centric
- acknowledges the complexity of abstracting all sub-queries (to various backend systems) into just one front-end query. The main issue with this is that because the GraphQL query will only return to the client once _all_ the backend queries have resolved. So your API is only as fast as the _slowest query_ ...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.