Skip to main content

Type alias: Scalars

type Scalars: object;

All built-in and custom scalars, mapped to their actual values

Type declaration

MemberTypeDescription
BigIntany-
Booleanboolean-
CwebTokenany-
Floatnumber-
HashIdany-
IDstring-
Intnumber-
JSONanyA scalar that can represent any JSON value.
NaiveDateany

ISO 8601 calendar date without timezone. Format: %Y-%m-%d

Examples

_ 1994-11-13

_ 2000-02-24

NaiveDateTimeany

ISO 8601 combined date and time without timezone.

Examples

* 2015-07-01T08:59:60.123,

PubKeyany-
Stringstring-
TokenAmountany-
UUIDany

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


Coinweb © 2024