You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,14 +65,7 @@ and node will do optimization of the files and export reactjs application to pub
65
65
66
66
<h4>Option #3: Not interested in client app? Not a problem, I've got you covered.</h4>
67
67
68
-
If you like using [Postman](https://www.getpostman.com/) I have just a thing for you.
69
-
In root folder of project there is a file named
70
-
```
71
-
RailsGraphQL.postman_collection.json
72
-
```
73
-
that you can import in Postman and send requests that I already created for you.
74
-
75
-
But if you prefer using something new, cool and writing queries on your own with help of autocomplete, then just start rails app, open your favorite browser and navigate to http://localhost:3000/graphiql
68
+
Use graphiql. Graphiql helps you writing graphql queries with its autocomplete and documentation for your graphql that is generated on the fly. Just start rails app, open your favorite browser and navigate to http://localhost:3000/graphiql
76
69
77
70
GraphiQL is an in-browser IDE for exploring GraphQL. You can read more about GraphiQL in this [post](https://medium.com/the-graphqlhub/graphiql-graphql-s-killer-app-9896242b2125) that Clay Allsopp wrote.
0 commit comments