We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd47e54 + 9e17964 commit 5d28c3fCopy full SHA for 5d28c3f
.travis.yml
@@ -2,6 +2,8 @@ language: go
2
3
go:
4
- 1.4
5
+ - 1.7
6
+ - tip
7
8
before_install:
9
- go get github.com/axw/gocov/gocov
definition.go
@@ -389,7 +389,7 @@ type IsTypeOfFn func(p IsTypeOfParams) bool
389
type InterfacesThunk func() []*Interface
390
391
type ObjectConfig struct {
392
- Name string `json:"description"`
+ Name string `json:"name"`
393
Interfaces interface{} `json:"interfaces"`
394
Fields interface{} `json:"fields"`
395
IsTypeOf IsTypeOfFn `json:"isTypeOf"`
0 commit comments