GraphQL-Ruby Newsletter logo

GraphQL-Ruby Newsletter

Subscribe
Archives
March 16, 2017

rails generate graphql:newsletter

Hi! Just a few updates on graphql-ruby: 

GraphQL 1.5.x is released with lots of goodies:
  • Rails generators, including `rails g graphql:install` to get started 
  • Field-level code reuse with `GraphQL::Function`
  • Runnable schemas from a GraphQL definition with `GraphQL::Schema.build_from_defintion`
  • Extend Relay `node` or `nodes` field with a custom definition block
  • A bunch of runtime performance improvements
  • Fewer GraphQL errors raised to your application (especially in 1.5.2)
  
GraphQL::Pro 1.3.0 is released with support for static, persisted queries and stable pagination over grouped relations.

As always, see the changelogs for the full story: GraphQL, GraphQL::Pro.

Want to help out on new features for 1.6.0? Check out some topics on the milestone or open an issue to suggest something! One specific goal I have is to support schema definition tracking out of the box.

Stay typesafe, my friends! 

- Robert 
Don't miss what's next. Subscribe to GraphQL-Ruby Newsletter:
Docs GitHub
This email brought to you by Buttondown, the easiest way to start and grow your newsletter.