Axinom Mosaic Libraries
    Preparing search index...

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

    interface Scalars {
        BigFloat: any;
        Datetime: any;
        UUID: any;
    }
    Index

    Properties

    BigFloat: any

    A floating point number that requires more precision than IEEE 754 binary 64

    Datetime: any

    A point in time as described by the ISO 8601 standard. May or may not include a timezone.

    UUID: any

    A universally unique identifier as defined by RFC 4122.