UNPKG

@nestjs/graphql

Version:

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

11 lines (10 loc) 443 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"); (0, tslib_1.__exportStar)(require("./iso-date.scalar"), exports); (0, tslib_1.__exportStar)(require("./timestamp.scalar"), exports); exports.Int = graphql_1.GraphQLInt; exports.Float = graphql_1.GraphQLFloat; exports.ID = graphql_1.GraphQLID;