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
- Host: GitHub
- URL: https://github.com/sirius248/rails_graphql_example_app
- Owner: sirius248
- License: mit
- Created: 2017-05-27T14:58:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T15:42:15.000Z (about 9 years ago)
- Last Synced: 2025-11-11T21:21:45.520Z (8 months ago)
- Topics: graphql, rails, ruby
- Language: Ruby
- Homepage: https://rails-graphql.herokuapp.com/graphiql
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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:

## Output Example

## 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).