All Projects → svhawks → rails-graphql-generator

svhawks / rails-graphql-generator

Licence: other
Generate GraphQL Types and Mutations For Rails Apps

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to rails-graphql-generator

realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails 🏅
Stars: ✭ 113 (+438.1%)
Mutual labels:  graphql-ruby
graphql-ruby-sample
Sample application for demonstrating GraphQL Ruby on Rails integration
Stars: ✭ 16 (-23.81%)
Mutual labels:  graphql-ruby
graphql-remote loader
Performant remote GraphQL queries from within the resolvers of a Ruby GraphQL API.
Stars: ✭ 52 (+147.62%)
Mutual labels:  graphql-ruby
kanji
A strongly typed GraphQL API framework
Stars: ✭ 12 (-42.86%)
Mutual labels:  graphql-ruby
graphql-api
GraphQL-Api is an opinionated Graphql framework for Rails that supports auto generating queries based on Active Record models and plain Ruby objects
Stars: ✭ 58 (+176.19%)
Mutual labels:  graphql-ruby
yabeda-graphql
Measure and understand how good your GraphQL-Ruby application works
Stars: ✭ 18 (-14.29%)
Mutual labels:  graphql-ruby
Graphql Ruby
Ruby implementation of GraphQL
Stars: ✭ 4,931 (+23380.95%)
Mutual labels:  graphql-ruby
apollo-tracing-ruby
[Maintainers Wanted] Ruby implementation of GraphQL trace data in the Apollo Tracing format
Stars: ✭ 82 (+290.48%)
Mutual labels:  graphql-ruby

Rails GraphQL Generator

This project is not maintained anymore. You can use graphql-ruby's generators.

Code Climate

A GraphQL Relay schema created by reflection over a Rails models

Demo

Check out the example for a demo of Rails GraphQL Generator in action.

Usage

Add your Gemfile:

gem 'rails-graphql-generator', '~> 0.1.0'
bundle install

and then just run it!

rails g graphql:init

rails g graphql:create_all

# or

rails g model User name:string email:string
rake db:migrate
rails g graphql User

and start server http://localhost:3000/graphiql

Road Map

  • Add test
  • Add without relay option
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].