mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Schema types doc: fix a typo (#2348)
This commit is contained in:
parent
ee5b11da99
commit
720102c2a5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ While in the most basic sense, you could have a GraphQL server return a single,
|
|||
|
||||
## Core scalar types
|
||||
|
||||
Scalar types represent the leaves of an operation and alway resolve to concrete data. The default, scalar types which GraphQL offers are:
|
||||
Scalar types represent the leaves of an operation and always resolve to concrete data. The default, scalar types which GraphQL offers are:
|
||||
|
||||
* `Int`: Signed 32‐bit integer
|
||||
* `Float`: Signed double-precision floating-point value
|
||||
|
|
Loading…
Add table
Reference in a new issue