Skip to content

Commit

Permalink
simplifies examples/todo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ramon committed Dec 19, 2015
1 parent 5b44953 commit b300ff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/todo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go GraphQL ToDo example

Currently work in progress example that consists of basic core GraphQL queries and mutations. I'd prefer to avoid using Relay here, using plain React is just enough.
An example that consists of basic core GraphQL queries and mutations.

To run the example navigate to the example directory by using your shell of choice.

Expand All @@ -26,5 +26,3 @@ curl -g 'http://localhost:8080/graphql?query=mutation+_{createTodo(text:"My+new+
// To get a list of ToDo items
curl -g 'http://localhost:8080/graphql?query={todoList{id,text,done}}'
```

To be continued soon...

0 comments on commit b300ff4

Please sign in to comment.