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

A framework for composing classes to service GraphQL/Relay requests that you SHOULD NOT USE

License

Notifications You must be signed in to change notification settings

Pathgather/prelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A framework for composing classes to service GraphQL/Relay requests that you SHOULD NOT USE

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages