Main site: http://graphql.org/
- Exploring GraphQL - Lee Byron (React Europe)
- Exploring GraphQL - Lee Byron (React Rally)
- Creating a GraphQL Server - Nick Schrock & Dan Schafer
- GraphQL Servers - Nick Schrock
- Facebook Structuring and Adopting a GraphQL Server - Nick Schrock
- GraphQL at The Financial Times - Viktor Charypar
- Jason Dusek (solidsnack) dove deep into PostgreSQL to teach it how to respond to GraphQL query strings as though they were SQL queries. Check out GraphpostgresQL*
- Espen Hovlandsdal (rexxars) built a sql-to-graphql tool that can perform introspection on the tables of a MySQL or PostgreSQL database, and produce a queryable HTTP GraphQL endpoint out of it*
- Mick Hansen (mickhansen) offers a set of schema-building helpers for use with the Sequelize ORM for MySQL, PostgreSQL, SQLite, and MSSQL*
- Bryan Goldstein (brysgo) has built a tool to help you define a GraphQL schema that wraps a set of Bookshelf.JS models. Check out graphql-bookshelf*
- RisingStack (risingstack) created a GraphQL ORM called graffiti that you can plug into mongoose and serve using Express, Hapi, or Koa*
- David Mongeau-Petitpas (dmongeau) is working on a way to vend your Laravel models through a GraphQL endpoint, laravel-graphql*
- Gerald Monaco (devknoll) created graphql-schema to allow the creation of JavaScript GraphQL schemas using a fluent/chainable interface*
* Taken from Community Round-up #27