AccountNumber
Banking account number is a string of 5 to 17 alphanumeric values for representing an generic account number
BigInt
The BigInt scalar type represents non-fractional signed whole numeric values.
Boolean
The Boolean scalar type represents true or false.
CountryCode
A country code as defined by ISO 3166-1 alpha-2
Currency
A field whose value is a Currency//en.wikipedia.org/wiki/ISO_4217.
DateTime
A date-time string, such as 2007-12-03T1030Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.This scalar is serialized to a string in ISO 8601 format and parsed from a string in ISO 8601 format.
Duration
A string representing a duration conforming to the ISO8601 standard,
EmailAddress
A field whose value conforms to the standard internet email address format as specified in HTML Spec//html.spec.whatwg.org/multipage/input.html#valid-e-mail-address.
Float
The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.
ID
The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.
Int
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
JSON
The JSON scalar type represents JSON values as specified by ECMA-404.
JSONObject
The JSONObject scalar type represents JSON objects as specified by ECMA-404.
LocalDate
A local date string (i.e., with no associated timezone) in YYYY-MM-DD format, e.g. 2020-01-01.
LocalEndTime
A local time string (i.e., with no associated timezone) in 24-hr HHss[.SSS]] format, e.g. 14252500 as a valid value to indicate midnight of the following day. This is useful when using the scalar to represent the exclusive upper bound of a time block.
LocalTime
A local time string (i.e., with no associated timezone) in 24-hr HHss[.SSS]] format, e.g. 142525:06.123.
Locale
The locale in the format of a BCP 47 (RFC 5646) standard string
NonEmptyString
A string that cannot be passed as an empty value
PhoneNumber
A field whose value conforms to the standard E.164 format as specified in//en.wikipedia.org/wiki/E.164. Basically this is +17895551234.
PostalCode
A field whose value conforms to the standard postal code formats for United States, United Kingdom, Germany, Canada, France, Italy, Australia, Netherlands, Spain, Denmark, Sweden, Belgium, India, Austria, Portugal, Switzerland or Luxembourg.
RoutingNumber
In the US, an ABA routing transit number (ABA RTN) is a nine-digit code to identify the financial institution.
SafeInt
The SafeInt scalar type represents non-fractional signed whole numeric values that are considered safe as defined by the ECMAScript specification.
String
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
TimeZone
A field whose value exists in the standard IANA Time Zone Database//www.iana.org/time-zones
Time
A time string at UTC, such as 1030Z, compliant with the full-time format outlined in section 5.6 of the RFC 3339profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
Timestamp
The javascript Date as integer. Type represents date and time as number of milliseconds from start of UNIX epoch.
URL
A field whose value conforms to the standard URL format as specified in RFC3986//www.ietf.org/rfc/rfc3986.txt.
UtcOffset
A field whose value is a UTC Offset//en.wikipedia.org/wiki/Listoftzdatabasetime_zones
UUID
A field whose value is a generic Universally Unique Identifier//en.wikipedia.org/wiki/Universallyuniqueidentifier.
Void
Represents NULL values