Reference
Scalar Types
The framework supports the standard GraphQL scalars and some custom scalars.
GraphQL scalar |
Java type |
Description |
|
---|---|---|---|
Nullable scalar |
Non-null scalar |
||
|
|
|
arbitrary precision decimal |
|
|
|
arbitrary precision integer |
|
|
|
boolean |
|
|
|
character |
|
|
|
64-bit IEEE 754 floating point number |
|
|
|
entity identifier |
|
|
|
date and time in UTC time zone in format |
|
|
|
32-bit signed integer |
|
|
|
date without time zone in format |
|
|
|
date and time without time zone in format |
|
|
|
time without time zone in format |
|
|
|
64-bit signed integer |
|
|
|
16-bit signed integer |
|
|
|
string |
List Type
The GraphQL list type is translated to Java type java.util.List.