Axinom Mosaic Libraries
    Preparing search index...

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

    type Scalars = {
        Boolean: boolean;
        Cursor: any;
        Datetime: any;
        Float: number;
        ID: string;
        Int: number;
        JSON: { [key: string]: any };
        String: string;
        UUID: any;
    }
    Index

    Properties

    Boolean: boolean
    Cursor: any
    Datetime: any
    Float: number
    ID: string
    Int: number
    JSON: { [key: string]: any }
    String: string
    UUID: any