UNPKG

simple-graphql

Version:

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

14 lines 527 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: 'String', inputType: graphql_1.GraphQLString, outputType: graphql_1.GraphQLString, columnOptions: { type: sequelize_1.default.STRING } }; //# sourceMappingURL=String.js.map