GraphQL
Oct 1, 2018 21:35 · 45 words · 1 minute read
GraphQL Best Practices
Shopify has posted a tutorial about their GraphQL best practices.
Apollo
Apollo provides robust client and server implementations of GraphQL in JavaScript.
Graphene
Graphene is the Python GraphQL solution we use at Khan Academy. It doesn’t seem as advanced as Apollo Server.