Skip to content

Commit

Permalink
Fit query parameters for the results.
Browse files Browse the repository at this point in the history
Just a small polish touch for fun, since the dimensions of
https://golang.org/doc/gopher/run.png image are 194x180.
  • Loading branch information
dmitshur committed Dec 8, 2017
1 parent 9a1dc64 commit 25b3ea1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -162,7 +162,7 @@ There were at least 3 clear problems with `encoding/json` for unmarshaling Graph
```Go
var query struct {
Me struct {
Photo string `graphql:"avatarUrl(size: 72)"`
Photo string `graphql:"avatarUrl(width: 194, height: 180)"`
}
}
```
Expand Down

0 comments on commit 25b3ea1

Please sign in to comment.