Skip to content

Commit e36be13

Browse files
authored
Merge pull request #129 from sunwukonga/update/add-readme-content
Add tutorial link for readthedocs.io to README.md
2 parents 4a55ed4 + f3e6bfd commit e36be13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ You can find the latest release on [hackage](https://hackage.haskell.org/package
1111

1212
We implement the [GraphQL specification](https://facebook.github.io/graphql/) as best as we can in Haskell. We figure they know what they're doing. Even if an alternative API or behaviour looks nicer, we will defer to the spec.
1313

14+
## Tutorial
15+
16+
A simple graphql-api tutorial can be read at [readthedocs.io](http://haskell-graphql-api.readthedocs.io/en/latest/tutorial/Introduction.html).
17+
18+
To follow along and get your hands dirty, clone this repository, enter the `graphql-api` root directory, and run:
19+
```
20+
stack repl tutorial
21+
```
22+
1423
## Example
1524

1625
Say we have a simple GraphQL schema like:

0 commit comments

Comments
 (0)