UNPKG

simple-graphql

Version:

The simple way to generates GraphQL schemas and Sequelize models from your models definition.

14 lines 512 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const graphql_1 = require("graphql"); const sequelize_1 = __importDefault(require("sequelize")); exports.default = { name: 'Id', inputType: graphql_1.GraphQLID, outputType: graphql_1.GraphQLID, columnOptions: { type: sequelize_1.default.INTEGER } }; //# sourceMappingURL=Id.js.map