Skip to content

maxd/graphql-dsl-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GraphQL Client and Server example

This example shows how to use GraphQL DSL gem.

How to run example?

  1. Configure and run server with commands:
cd server

bundle config set --local path 'vendor/bundle'
bundle install

rails s -p 4000
  1. Configure and run client with commands:
cd client

bundle config set --local path 'vendor/bundle'
bundle install

rails s
  1. Open http://localhost:3000 URL in your browser.

About

🚲 How to use GraphQL DSL gem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published