Type alias Scalars

Scalars: {
    ID: string;
    String: string;
    Boolean: boolean;
    Int: number;
    Float: number;
    Address: Address;
    BigInt: bigint;
    DateTime: Date;
    Hash: Hash;
    Hex: Hex;
    Signature: Hex;
    Void: any;
}

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

Type declaration

  • ID: string
  • String: string
  • Boolean: boolean
  • Int: number
  • Float: number
  • Address: Address
  • BigInt: bigint
  • DateTime: Date
  • Hash: Hash
  • Hex: Hex
  • Signature: Hex
  • Void: any