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

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

Type declaration

  • Boolean: boolean
  • Float: number
  • ID: string
  • Int: number
  • String: string

Generated using TypeDoc