Skip to content

Commit 3d4d19d

Browse files
committedSep 2, 2020
Merge branch 'master' of github.com:pacedotdev/oto
2 parents 6574ab7 + 7a28f2f commit 3d4d19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎parser/parser.go

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ func (p *Parser) addOutputFields() error {
412412
JSType: "string",
413413
},
414414
Metadata: map[string]interface{}{},
415+
Example: "something went wrong",
415416
}
416417
for typeName := range p.outputObjects {
417418
obj, err := p.def.Object(typeName)

0 commit comments

Comments
 (0)
Please sign in to comment.