An open API service indexing awesome lists of open source software.

https://github.com/sirius248/rails_graphql_example_app

Simple rails app with graphql
https://github.com/sirius248/rails_graphql_example_app

graphql rails ruby

Last synced: 2 months ago
JSON representation

Simple rails app with graphql

Awesome Lists containing this project

README

          

# Rails GraphQL

A simple rails application with GraphQL. This simple app will do the following:

* Simple query
* Mutation (Update/Delete/Create)
* Authentication
* Testing GraphQL system
* Ahead-of-Time Analysis - Check incoming query strings and reject them if they don't pass your checks
* Multiplex Run multiple queries concurrently

## Models in this example:

![models](https://cloud.githubusercontent.com/assets/2282642/26522435/f2b63caa-432a-11e7-812c-f8642992e36d.png)

## Output Example

![screenshot](https://cloud.githubusercontent.com/assets/2282642/26522328/5a4a1c0e-4328-11e7-92a2-032322992b33.png)

## Todo
* [x] Simple query
* Authentication
* [x] Mutation
* Testing GraphQL system
* Ahead-of-Time Analysis - Check incoming query strings and reject them if they don't pass your checks
* Multiplex Run multiple queries concurrently

## Development

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kimquy/rails_graphql_example_app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).