UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

11 lines (10 loc) 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ID = exports.Float = exports.Int = void 0; const tslib_1 = require("tslib"); const graphql_1 = require("graphql"); tslib_1.__exportStar(require("./iso-date.scalar"), exports); tslib_1.__exportStar(require("./timestamp.scalar"), exports); exports.Int = graphql_1.GraphQLInt; exports.Float = graphql_1.GraphQLFloat; exports.ID = graphql_1.GraphQLID;