UNPKG

mgs-graphql

Version:

The simple way to generates GraphQL schemas and Sequelize models from your models definition,microservice supported

13 lines (10 loc) 311 B
// @flow module.exports = class ScalarFieldType { constructor (config) { this.name = config.name this.description = config.description this.graphQLInputType = config.graphQLInputType this.graphQLOutputType = config.graphQLOutputType this.columnType = config.columnType } }