Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hantonelli committed May 6, 2019
1 parent f30f1c3 commit d9dca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/scalars.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ scalar Upload
Maps a `Upload` GraphQL scalar to a `graphql.Upload` struct, defined as follows:
```
type Upload struct {
File io.ReadCloser
File io.Reader
Filename string
Size int64
}
Expand Down

0 comments on commit d9dca64

Please sign in to comment.