Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into coerceInt_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuck committed Dec 1, 2015
2 parents bd1e0fd + 344abcc commit fb3492f
Show file tree
Hide file tree
Showing 59 changed files with 8,646 additions and 1,253 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ before_install:

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go vet ./...
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (

func main() {
// Schema
fields := graphql.FieldConfigMap{
"hello": &graphql.FieldConfig{
fields := graphql.Fields{
"hello": &graphql.Field{
Type: graphql.String,
Resolve: func(p graphql.GQLFRParams) interface{} {
return "world"
Expand Down
Loading

0 comments on commit fb3492f

Please sign in to comment.