Type alias Scalars

Scalars: { AWSDate: any; AWSDateTime: any; AWSEmail: any; AWSPhone: any; Boolean: boolean; Float: number; ID: string; Int: number; String: string }

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

Type declaration

  • AWSDate: any

    An extended ISO 8601 date string in the format YYYY-MM-DD.

  • AWSDateTime: any

    An extended ISO 8601 date and time string in the format YYYY-MM-DDThh:mm:ss.sssZ.

  • AWSEmail: any

    An email address in the format local-part@domain-part as defined by RFC 822.

  • AWSPhone: any

    A phone number. This value is stored as a string. Phone numbers can contain either spaces or hyphens to separate digit groups. Phone numbers without a country code are assumed to be US/North American numbers adhering to the North American Numbering Plan (NANP).

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

Generated using TypeDoc