Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AWSDate

AWSDate:

AWSDateTime

AWSDateTime:

AWSEmail

AWSEmail:

AWSIPAddress

AWSIPAddress:

AWSJSON

AWSJSON:

AWSPhone

AWSPhone:

AWSTime

AWSTime:

AWSTimestamp

AWSTimestamp:

AWSURL

AWSURL:

Boolean

Boolean:

Float

Float:

ID

ID:

Int

Int:

String

String:

Functions

getJSType

  • getJSType(scalar: keyof Omit<typeof GraphQLScalarType, "getJSType" | "getValidationFunction">): "object" | "string" | "number" | "boolean"
  • Parameters

    • scalar: keyof Omit<typeof GraphQLScalarType, "getJSType" | "getValidationFunction">

    Returns "object" | "string" | "number" | "boolean"

getValidationFunction

  • getValidationFunction(scalar: keyof Omit<typeof GraphQLScalarType, "getJSType" | "getValidationFunction">): function | function | undefined
  • Parameters

    • scalar: keyof Omit<typeof GraphQLScalarType, "getJSType" | "getValidationFunction">

    Returns function | function | undefined