Skip to content

Commit

Permalink
Merge pull request #916 from karthikraobr/patch-1
Browse files Browse the repository at this point in the history
3->4 scalars
  • Loading branch information
vektah committed Nov 3, 2019
2 parents 8faa0e3 + f7d888f commit 7653a68
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 @@ -7,7 +7,7 @@ menu: { main: { parent: "reference" } }

## Built-in helpers

gqlgen ships with three built-in helpers for common custom scalar use-cases, `Time`, `Any`, `Upload` and `Map`. Adding any of these to a schema will automatically add the marshalling behaviour to Go types.
gqlgen ships with some built-in helpers for common custom scalar use-cases, `Time`, `Any`, `Upload` and `Map`. Adding any of these to a schema will automatically add the marshalling behaviour to Go types.

### Time

Expand Down

0 comments on commit 7653a68

Please sign in to comment.