Scalar types
| This is the documentation of the GraphQL Library version 7. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS. | 
Neo4j GraphQL supports all of the built-in GraphQL scalar types.
The BigInt scalar type is an addition specific to the Neo4j database.
Scalar types
| Type | Description | Example | 
|---|---|---|
| 
 | Supports up to 32-bit values. |  | 
| 
 | Supports up to 64 bit integers, serialized as strings in variables and in data responses. Shares the same Numerical operators as the other numeric types. |  | 
| Can be passed as a number (does not need quotes) when used directly in a query or mutation. |  | |
| 
 | Represents signed double‐precision fractional values. |  | 
| 
 | Stored as a string in the database and always returned as a string. |  | 
| 
 | Represents  |  | 
| 
 | Represents a unique identifier. |  |