UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

143 lines (142 loc) • 14.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GraphQLRGB = exports.GraphQLPort = exports.GraphQLMAC = exports.GraphQLLongitude = exports.GraphQLLatitude = exports.GraphQLJWT = exports.GraphQLISBN = exports.GraphQLIPv6 = exports.GraphQLIPv4 = exports.GraphQLIP = exports.GraphQLHSLA = exports.GraphQLHSL = exports.GraphQLHexColorCode = exports.GraphQLHexadecimal = exports.GraphQLGUID = exports.GraphQLUUID = exports.GraphQLSafeInt = exports.GraphQLLong = exports.GraphQLByte = exports.GraphQLBigInt = exports.GraphQLURL = exports.GraphQLUnsignedInt = exports.GraphQLUnsignedFloat = exports.GraphQLPostalCode = exports.GraphQLPositiveInt = exports.GraphQLPositiveFloat = exports.GraphQLPhoneNumber = exports.GraphQLNonPositiveInt = exports.GraphQLNonPositiveFloat = exports.GraphQLNonNegativeInt = exports.GraphQLNonNegativeFloat = exports.GraphQLNonEmptyString = exports.GraphQLNegativeInt = exports.GraphQLNegativeFloat = exports.GraphQLEmailAddress = exports.GraphQLLocalEndTime = exports.GraphQLLocalDateTime = exports.GraphQLLocalTime = exports.GraphQLLocalDate = exports.GraphQLISO8601Duration = exports.GraphQLUtcOffset = exports.GraphQLTimeZone = exports.GraphQLTimestamp = exports.GraphQLDuration = exports.GraphQLDateTimeISO = exports.GraphQLDateTime = exports.GraphQLTime = exports.GraphQLDate = exports.GraphQLCountryName = exports.GraphQLGeoJSON = void 0; exports.GraphQLIPCPatent = exports.GraphQLLCCSubclass = exports.GraphQLDeweyDecimal = exports.GraphQLSESSN = exports.GraphQLSemVer = exports.GraphQLCuid = exports.GraphQLAccountNumber = exports.GraphQLRoutingNumber = exports.GraphQLLocale = exports.GraphQLCountryCode = exports.GraphQLDID = exports.GraphQLVoid = exports.GraphQLObjectID = exports.GraphQLIBAN = exports.GraphQLJSONObject = exports.GraphQLJSON = exports.GraphQLCurrency = exports.GraphQLUSCurrency = exports.GraphQLRGBA = void 0; var index_js_1 = require("./GeoJSON/index.js"); Object.defineProperty(exports, "GraphQLGeoJSON", { enumerable: true, get: function () { return index_js_1.GraphQLGeoJSON; } }); var CountryName_js_1 = require("./CountryName.js"); Object.defineProperty(exports, "GraphQLCountryName", { enumerable: true, get: function () { return CountryName_js_1.GraphQLCountryName; } }); var Date_js_1 = require("./iso-date/Date.js"); Object.defineProperty(exports, "GraphQLDate", { enumerable: true, get: function () { return Date_js_1.GraphQLDate; } }); var Time_js_1 = require("./iso-date/Time.js"); Object.defineProperty(exports, "GraphQLTime", { enumerable: true, get: function () { return Time_js_1.GraphQLTime; } }); var DateTime_js_1 = require("./iso-date/DateTime.js"); Object.defineProperty(exports, "GraphQLDateTime", { enumerable: true, get: function () { return DateTime_js_1.GraphQLDateTime; } }); var DateTimeISO_js_1 = require("./iso-date/DateTimeISO.js"); Object.defineProperty(exports, "GraphQLDateTimeISO", { enumerable: true, get: function () { return DateTimeISO_js_1.GraphQLDateTimeISO; } }); var Duration_js_1 = require("./iso-date/Duration.js"); Object.defineProperty(exports, "GraphQLDuration", { enumerable: true, get: function () { return Duration_js_1.GraphQLDuration; } }); var Timestamp_js_1 = require("./Timestamp.js"); Object.defineProperty(exports, "GraphQLTimestamp", { enumerable: true, get: function () { return Timestamp_js_1.GraphQLTimestamp; } }); var TimeZone_js_1 = require("./TimeZone.js"); Object.defineProperty(exports, "GraphQLTimeZone", { enumerable: true, get: function () { return TimeZone_js_1.GraphQLTimeZone; } }); var UtcOffset_js_1 = require("./UtcOffset.js"); Object.defineProperty(exports, "GraphQLUtcOffset", { enumerable: true, get: function () { return UtcOffset_js_1.GraphQLUtcOffset; } }); var Duration_js_2 = require("./iso-date/Duration.js"); Object.defineProperty(exports, "GraphQLISO8601Duration", { enumerable: true, get: function () { return Duration_js_2.GraphQLISO8601Duration; } }); var LocalDate_js_1 = require("./LocalDate.js"); Object.defineProperty(exports, "GraphQLLocalDate", { enumerable: true, get: function () { return LocalDate_js_1.GraphQLLocalDate; } }); var LocalTime_js_1 = require("./LocalTime.js"); Object.defineProperty(exports, "GraphQLLocalTime", { enumerable: true, get: function () { return LocalTime_js_1.GraphQLLocalTime; } }); var LocalDateTime_js_1 = require("./LocalDateTime.js"); Object.defineProperty(exports, "GraphQLLocalDateTime", { enumerable: true, get: function () { return LocalDateTime_js_1.GraphQLLocalDateTime; } }); var LocalEndTime_js_1 = require("./LocalEndTime.js"); Object.defineProperty(exports, "GraphQLLocalEndTime", { enumerable: true, get: function () { return LocalEndTime_js_1.GraphQLLocalEndTime; } }); var EmailAddress_js_1 = require("./EmailAddress.js"); Object.defineProperty(exports, "GraphQLEmailAddress", { enumerable: true, get: function () { return EmailAddress_js_1.GraphQLEmailAddress; } }); var NegativeFloat_js_1 = require("./NegativeFloat.js"); Object.defineProperty(exports, "GraphQLNegativeFloat", { enumerable: true, get: function () { return NegativeFloat_js_1.GraphQLNegativeFloat; } }); var NegativeInt_js_1 = require("./NegativeInt.js"); Object.defineProperty(exports, "GraphQLNegativeInt", { enumerable: true, get: function () { return NegativeInt_js_1.GraphQLNegativeInt; } }); var NonEmptyString_js_1 = require("./NonEmptyString.js"); Object.defineProperty(exports, "GraphQLNonEmptyString", { enumerable: true, get: function () { return NonEmptyString_js_1.GraphQLNonEmptyString; } }); var NonNegativeFloat_js_1 = require("./NonNegativeFloat.js"); Object.defineProperty(exports, "GraphQLNonNegativeFloat", { enumerable: true, get: function () { return NonNegativeFloat_js_1.GraphQLNonNegativeFloat; } }); var NonNegativeInt_js_1 = require("./NonNegativeInt.js"); Object.defineProperty(exports, "GraphQLNonNegativeInt", { enumerable: true, get: function () { return NonNegativeInt_js_1.GraphQLNonNegativeInt; } }); var NonPositiveFloat_js_1 = require("./NonPositiveFloat.js"); Object.defineProperty(exports, "GraphQLNonPositiveFloat", { enumerable: true, get: function () { return NonPositiveFloat_js_1.GraphQLNonPositiveFloat; } }); var NonPositiveInt_js_1 = require("./NonPositiveInt.js"); Object.defineProperty(exports, "GraphQLNonPositiveInt", { enumerable: true, get: function () { return NonPositiveInt_js_1.GraphQLNonPositiveInt; } }); var PhoneNumber_js_1 = require("./PhoneNumber.js"); Object.defineProperty(exports, "GraphQLPhoneNumber", { enumerable: true, get: function () { return PhoneNumber_js_1.GraphQLPhoneNumber; } }); var PositiveFloat_js_1 = require("./PositiveFloat.js"); Object.defineProperty(exports, "GraphQLPositiveFloat", { enumerable: true, get: function () { return PositiveFloat_js_1.GraphQLPositiveFloat; } }); var PositiveInt_js_1 = require("./PositiveInt.js"); Object.defineProperty(exports, "GraphQLPositiveInt", { enumerable: true, get: function () { return PositiveInt_js_1.GraphQLPositiveInt; } }); var PostalCode_js_1 = require("./PostalCode.js"); Object.defineProperty(exports, "GraphQLPostalCode", { enumerable: true, get: function () { return PostalCode_js_1.GraphQLPostalCode; } }); var UnsignedFloat_js_1 = require("./UnsignedFloat.js"); Object.defineProperty(exports, "GraphQLUnsignedFloat", { enumerable: true, get: function () { return UnsignedFloat_js_1.GraphQLUnsignedFloat; } }); var UnsignedInt_js_1 = require("./UnsignedInt.js"); Object.defineProperty(exports, "GraphQLUnsignedInt", { enumerable: true, get: function () { return UnsignedInt_js_1.GraphQLUnsignedInt; } }); var URL_js_1 = require("./URL.js"); Object.defineProperty(exports, "GraphQLURL", { enumerable: true, get: function () { return URL_js_1.GraphQLURL; } }); var BigInt_js_1 = require("./BigInt.js"); Object.defineProperty(exports, "GraphQLBigInt", { enumerable: true, get: function () { return BigInt_js_1.GraphQLBigInt; } }); var Byte_js_1 = require("./Byte.js"); Object.defineProperty(exports, "GraphQLByte", { enumerable: true, get: function () { return Byte_js_1.GraphQLByte; } }); var Long_js_1 = require("./Long.js"); Object.defineProperty(exports, "GraphQLLong", { enumerable: true, get: function () { return Long_js_1.GraphQLLong; } }); var SafeInt_js_1 = require("./SafeInt.js"); Object.defineProperty(exports, "GraphQLSafeInt", { enumerable: true, get: function () { return SafeInt_js_1.GraphQLSafeInt; } }); var UUID_js_1 = require("./UUID.js"); Object.defineProperty(exports, "GraphQLUUID", { enumerable: true, get: function () { return UUID_js_1.GraphQLUUID; } }); var GUID_js_1 = require("./GUID.js"); Object.defineProperty(exports, "GraphQLGUID", { enumerable: true, get: function () { return GUID_js_1.GraphQLGUID; } }); var Hexadecimal_js_1 = require("./Hexadecimal.js"); Object.defineProperty(exports, "GraphQLHexadecimal", { enumerable: true, get: function () { return Hexadecimal_js_1.GraphQLHexadecimal; } }); var HexColorCode_js_1 = require("./HexColorCode.js"); Object.defineProperty(exports, "GraphQLHexColorCode", { enumerable: true, get: function () { return HexColorCode_js_1.GraphQLHexColorCode; } }); var HSL_js_1 = require("./HSL.js"); Object.defineProperty(exports, "GraphQLHSL", { enumerable: true, get: function () { return HSL_js_1.GraphQLHSL; } }); var HSLA_js_1 = require("./HSLA.js"); Object.defineProperty(exports, "GraphQLHSLA", { enumerable: true, get: function () { return HSLA_js_1.GraphQLHSLA; } }); var IP_js_1 = require("./IP.js"); Object.defineProperty(exports, "GraphQLIP", { enumerable: true, get: function () { return IP_js_1.GraphQLIP; } }); var IPv4_js_1 = require("./IPv4.js"); Object.defineProperty(exports, "GraphQLIPv4", { enumerable: true, get: function () { return IPv4_js_1.GraphQLIPv4; } }); var IPv6_js_1 = require("./IPv6.js"); Object.defineProperty(exports, "GraphQLIPv6", { enumerable: true, get: function () { return IPv6_js_1.GraphQLIPv6; } }); var ISBN_js_1 = require("./ISBN.js"); Object.defineProperty(exports, "GraphQLISBN", { enumerable: true, get: function () { return ISBN_js_1.GraphQLISBN; } }); var JWT_js_1 = require("./JWT.js"); Object.defineProperty(exports, "GraphQLJWT", { enumerable: true, get: function () { return JWT_js_1.GraphQLJWT; } }); var Latitude_js_1 = require("./Latitude.js"); Object.defineProperty(exports, "GraphQLLatitude", { enumerable: true, get: function () { return Latitude_js_1.GraphQLLatitude; } }); var Longitude_js_1 = require("./Longitude.js"); Object.defineProperty(exports, "GraphQLLongitude", { enumerable: true, get: function () { return Longitude_js_1.GraphQLLongitude; } }); var MAC_js_1 = require("./MAC.js"); Object.defineProperty(exports, "GraphQLMAC", { enumerable: true, get: function () { return MAC_js_1.GraphQLMAC; } }); var Port_js_1 = require("./Port.js"); Object.defineProperty(exports, "GraphQLPort", { enumerable: true, get: function () { return Port_js_1.GraphQLPort; } }); var RGB_js_1 = require("./RGB.js"); Object.defineProperty(exports, "GraphQLRGB", { enumerable: true, get: function () { return RGB_js_1.GraphQLRGB; } }); var RGBA_js_1 = require("./RGBA.js"); Object.defineProperty(exports, "GraphQLRGBA", { enumerable: true, get: function () { return RGBA_js_1.GraphQLRGBA; } }); var USCurrency_js_1 = require("./USCurrency.js"); Object.defineProperty(exports, "GraphQLUSCurrency", { enumerable: true, get: function () { return USCurrency_js_1.GraphQLUSCurrency; } }); var Currency_js_1 = require("./Currency.js"); Object.defineProperty(exports, "GraphQLCurrency", { enumerable: true, get: function () { return Currency_js_1.GraphQLCurrency; } }); var JSON_js_1 = require("./json/JSON.js"); Object.defineProperty(exports, "GraphQLJSON", { enumerable: true, get: function () { return JSON_js_1.GraphQLJSON; } }); var JSONObject_js_1 = require("./json/JSONObject.js"); Object.defineProperty(exports, "GraphQLJSONObject", { enumerable: true, get: function () { return JSONObject_js_1.GraphQLJSONObject; } }); var IBAN_js_1 = require("./IBAN.js"); Object.defineProperty(exports, "GraphQLIBAN", { enumerable: true, get: function () { return IBAN_js_1.GraphQLIBAN; } }); var ObjectID_js_1 = require("./ObjectID.js"); Object.defineProperty(exports, "GraphQLObjectID", { enumerable: true, get: function () { return ObjectID_js_1.GraphQLObjectID; } }); var Void_js_1 = require("./Void.js"); Object.defineProperty(exports, "GraphQLVoid", { enumerable: true, get: function () { return Void_js_1.GraphQLVoid; } }); var DID_js_1 = require("./DID.js"); Object.defineProperty(exports, "GraphQLDID", { enumerable: true, get: function () { return DID_js_1.GraphQLDID; } }); var CountryCode_js_1 = require("./CountryCode.js"); Object.defineProperty(exports, "GraphQLCountryCode", { enumerable: true, get: function () { return CountryCode_js_1.GraphQLCountryCode; } }); var Locale_js_1 = require("./Locale.js"); Object.defineProperty(exports, "GraphQLLocale", { enumerable: true, get: function () { return Locale_js_1.GraphQLLocale; } }); var RoutingNumber_js_1 = require("./RoutingNumber.js"); Object.defineProperty(exports, "GraphQLRoutingNumber", { enumerable: true, get: function () { return RoutingNumber_js_1.GraphQLRoutingNumber; } }); var AccountNumber_js_1 = require("./AccountNumber.js"); Object.defineProperty(exports, "GraphQLAccountNumber", { enumerable: true, get: function () { return AccountNumber_js_1.GraphQLAccountNumber; } }); var Cuid_js_1 = require("./Cuid.js"); Object.defineProperty(exports, "GraphQLCuid", { enumerable: true, get: function () { return Cuid_js_1.GraphQLCuid; } }); var SemVer_js_1 = require("./SemVer.js"); Object.defineProperty(exports, "GraphQLSemVer", { enumerable: true, get: function () { return SemVer_js_1.GraphQLSemVer; } }); var SE_js_1 = require("./ssn/SE.js"); Object.defineProperty(exports, "GraphQLSESSN", { enumerable: true, get: function () { return SE_js_1.GraphQLSESSN; } }); var DeweyDecimal_js_1 = require("./library/DeweyDecimal.js"); Object.defineProperty(exports, "GraphQLDeweyDecimal", { enumerable: true, get: function () { return DeweyDecimal_js_1.GraphQLDeweyDecimal; } }); var LCCSubclass_js_1 = require("./library/LCCSubclass.js"); Object.defineProperty(exports, "GraphQLLCCSubclass", { enumerable: true, get: function () { return LCCSubclass_js_1.GraphQLLCCSubclass; } }); var IPCPatent_js_1 = require("./patent/IPCPatent.js"); Object.defineProperty(exports, "GraphQLIPCPatent", { enumerable: true, get: function () { return IPCPatent_js_1.GraphQLIPCPatent; } });