Skip to content

Instantly share code, notes, and snippets.

@ovarunendra
Created August 24, 2017 09:37
Show Gist options
  • Save ovarunendra/061aeb360ad2443a42abb9d17bafc8d1 to your computer and use it in GitHub Desktop.
Save ovarunendra/061aeb360ad2443a42abb9d17bafc8d1 to your computer and use it in GitHub Desktop.
awesome-graphql

Awesome GraphQL

Collection of Links about GraphQL

Main site: http://graphql.org/

What is GraphQL

Learning GraphQL

Conference Talks

Presentations

Podcasts

Language Implementations

Example Implementations

Blog Posts

GraphQL And Relay

Tools

-gulp-graphql

Community

  • 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

Tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment