Interface Scalars

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

Hierarchy

  • Scalars

Properties

Properties

Boolean: {
    input: boolean;
    output: boolean;
}

Type declaration

  • input: boolean
  • output: boolean
Float: {
    input: number;
    output: number;
}

Type declaration

  • input: number
  • output: number
ID: {
    input: string;
    output: string;
}

Type declaration

  • input: string
  • output: string
Int: {
    input: number;
    output: number;
}

Type declaration

  • input: number
  • output: number
Json: {
    input: unknown;
    output: unknown;
}

Type declaration

  • input: unknown
  • output: unknown
String: {
    input: string;
    output: string;
}

Type declaration

  • input: string
  • output: string

Generated using TypeDoc