UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

8 lines (7 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ID = exports.Float = exports.Int = void 0; const graphql_1 = require("graphql"); exports.Int = graphql_1.GraphQLInt; exports.Float = graphql_1.GraphQLFloat; exports.ID = graphql_1.GraphQLID;