Type Alias Scalars

Scalars: {
    Boolean: boolean;
    Float: number;
    ID: string;
    Int: number;
    JSON: any;
    String: string;
}

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