A GraphQL-inspired querying plugin for Rails API with usage similar to StrongParameters. It embraces the GraphQL philosophy of "ask for what you want, get predictable results" without having to fully adopt GraphQL itself.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'strong_queries'
And then execute:
$ bundle
Or install it yourself as:
$ gem install strong_queries
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.