Type alias Scalars

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

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

Type declaration

  • BigInt: any
  • Boolean: boolean
  • DateTime: any
  • Float: number
  • ID: string
  • Int: number
  • String: string

Generated using TypeDoc