This example shows how to use GraphQL DSL gem.
- Configure and run server with commands:
cd server
bundle config set --local path 'vendor/bundle'
bundle install
rails s -p 4000
- Configure and run client with commands:
cd client
bundle config set --local path 'vendor/bundle'
bundle install
rails s
- Open http://localhost:3000 URL in your browser.