@stigg/js-client-sdk - v3.99.1

    Type Alias Scalars

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

    type Scalars = {
        Boolean: boolean;
        ConnectionCursor: any;
        DateTime: any;
        Float: number;
        ID: string;
        Int: number;
        JSON: any;
        String: string;
        UUID: any;
    }
    Index

    Properties

    Boolean: boolean
    ConnectionCursor: any

    Cursor for paging through collections

    DateTime: any

    A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format.

    Float: number
    ID: string
    Int: number
    JSON: any

    The JSON scalar type represents JSON values as specified by ECMA-404.

    String: string
    UUID: any

    A field whose value is a generic Universally Unique Identifier: https://en.wikipedia.org/wiki/Universally_unique_identifier.

    MMNEPVFCICPMFPCPTTAAATR