We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1447 commit 78f069fCopy full SHA for 78f069f
README.md
@@ -2,6 +2,9 @@
2
3
*A GraphQL Relay schema created by reflection over a Rails models*
4
5
+## Demo
6
+Check out the **[example](https://github.com/movielala/rails-graphql-generator-demo)** for a demo of Rails GraphQL Generator in action.
7
+
8
## Usage
9
Add your Gemfile:
10
@@ -26,8 +29,6 @@ rails g graphql User
26
29
27
30
and start server [http://localhost:3000/graphiql](http://localhost:3000/graphiql)
28
31
-Check out the **[example](https://github.com/movielala/rails-graphql-generator-demo)** for a demo of Rails GraphQL Generator in action.
-
32
## Road Map
33
34
* Add test
0 commit comments