Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Feb 11, 2018
1 parent b814ad5 commit 4a6cea5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

This is a library for quickly creating a strictly typed graphql servers in golang.


Big todos:
- [ ] data loading
- [ ] lots of tests
- [ ] lots of docs
- [ ] a version of https://github.com/tonyghita/graphql-go-example using this

`go get -u github.com/vektah/gqlgen`

#### Try it

Expand Down Expand Up @@ -67,7 +61,7 @@ Tell the generator how your types line up by creating a `types.json`

Then generate the runtime from it:
```bash
ggraphqlc -schema schema.graphql -typemap types.json -out gen/generated.go
gqlgen -schema schema.graphql -typemap types.json -out gen/generated.go
```

At the top of the generated file will be an interface with the resolvers that are required to complete the graph:
Expand Down

0 comments on commit 4a6cea5

Please sign in to comment.