0.0
No commit activity in last 3 years
No release in over 3 years
A GraphQL-inspired querying plugin for Rails with usage similar to strong_parameters.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4
 Project Readme

StrongQueries

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs

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.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'strong_queries'

And then execute:

$ bundle

Or install it yourself as:

$ gem install strong_queries

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.