UNPKG

mgs-graphql

Version:

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

9 lines (6 loc) 107 B
// @flow module.exports = class RemoteSchema { constructor (name) { this.name = name } }