Type alias: Scalars
type Scalars: object;
All built-in and custom scalars, mapped to their actual values
Type declaration
Member | Type | Description |
---|---|---|
BigInt | any | - |
Boolean | boolean | - |
CwebToken | any | - |
Float | number | - |
HashId | any | - |
ID | string | - |
Int | number | - |
JSON | any | A scalar that can represent any JSON value. |
NaiveDate | any | ISO 8601 calendar date without timezone. Format: %Y-%m-%d Examples_ _ |
NaiveDateTime | any | ISO 8601 combined date and time without timezone. Examples* |
PubKey | any | - |
String | string | - |
TokenAmount | any | - |
UUID | any | A UUID is a unique 128-bit number, stored as 16 octets. UUIDs are parsed as Strings within GraphQL. UUIDs are used to assign unique identifiers to entities without requiring a central allocating authority. References_ Wikipedia: Universally Unique Identifier _ RFC4122: A Universally Unique IDentifier (UUID) URN Namespace |