Skip to content

yubrot/graphql-ruby-example

Repository files navigation

graphql-ruby-example

This Rails 8 example project provides some snippets and suggestions to make good use of graphql-ruby.

Run

git clone https://github.com/yubrot/graphql-ruby-example.git
cd graphql-ruby-example
bin/setup # or bin/setup --skip-server; bin/dev
# Open http://127.0.0.1:3000/graphiql on your browser

Development

# Lint
bin/rubocop -a

# Test
bin/rspec

# Update GraphQL Schema
bin/rake graphql:gre:schema:idl

About

Rails 8 example project which provides some snippets and suggestions to make good use of graphql-ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors