Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.06 KB

Prelay

WIP mini-framework for defining logic to service Relay/GraphQL requests in a composable fashion.

Notes:

  • Assumes MRI 2.3.0.
  • Assumes the use of Sequel as a DB connection layer.
  • Assumes the use of PostgreSQL, version 9.1+ (for window functions).
  • Assumes the use of the 'graphql' and 'graphql-relay' gems.
  • May be fundamentally misguided.
  • All of the above may change at any time, without warning.
  • Don't use.

Installation

DON'T YET

Add this line to your application's Gemfile:

gem 'prelay'

And then execute:

$ bundle

Or install it yourself as:

$ gem install prelay

Usage

DON'T YET

Contributing

DON'T YET

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/prelay. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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