Skip to content

Commit

Permalink
Update schema.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft authored Aug 12, 2024
1 parent 2f265d2 commit 418945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This can now be invoked upon `go generate` via `//go:generate yourpkg/generate`.
GraphQL [defines][spec#scalar] five standard scalar types, which genqlient automatically maps to the following Go types:

| GraphQL type | Go type |
----------------------------
|--------------|-----------|
| `Int` | `int` |
| `Float` | `float64` |
| `String` | `string` |
Expand Down

0 comments on commit 418945f

Please sign in to comment.