Home > @vsf-enterprise/bigcommerce-api > GraphQL > Scalars
# GraphQL.Scalars type
All built-in and custom scalars, mapped to their actual values
Signature:
export declare type Scalars = {
ID: string;
String: string;
Boolean: boolean;
Int: number;
Float: number;
DateTime: any;
BigDecimal: any;
Long: any;
};