| AnyScalar |
The `Any` scalar type represents any of the supported types: Null, Integer, Float, String, Boolean, Enum, Object and List.
|
| BigIntScalar |
The `BigInt` scalar type represents big integers (2^63 signed).
|
| BooleanScalar |
The `Boolean` scalar type represents `true` or `false`.
|
| DateTimeScalar |
The `DateTime` scalar type represents datetime data in RFC3339_EXTENDED format (ie.
|
| EmailScalar |
The `Email` scalar type represents email addresses.
|
| FloatScalar |
The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).
|
| IdScalar |
The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache.
|
| IntScalar |
The `Int` scalar type represents non-fractional signed whole numeric values.
|
| PercentScalar |
Represents an integer or a float value between `0` and `1`, corresponding to percentage values between 0% and 100% (both inclusive).
|
| RgbColorChannelScalar |
The `RgbColorChannel` scalar represents an integer value between 0 and 255 (both inclusive).
|
| StringScalar |
The `String` scalar type represents textual data, represented as UTF-8 character sequences.
|
| UrlScalar |
The `Url` scalar type represents absolute urls.
|