create-graphql
create-graphql copied to clipboard
Command-line utility to build production-ready servers with GraphQL.
How about adding support for generating types from sequelize models in a similar way to mongoose models?
As MySQL user, it would be interesting to have this feature too.
Babel plugin object example: ```jsx type PluginObject = { pre?: Function; post?: Function; manipulateOptions?: Function; visitor: ?{ [key: string]: Function | { enter?: Function | Array; exit?: Function | Array;...
hi, i'm trying to locally install create-graphql via yarn but i receive this error: ``` npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "-g" "generator-graphql" npm ERR! node v7.9.0 npm ERR! npm...
I would like to generate code for more than one schema is it possible?
https://github.com/graphcool/graphql-config/issues/20
Commander brings a few issues to the CLI, it's hard to test and to personalize. [Yargs](https://github.com/yargs/yargs) seems to be a great alternative, it's also used by Jest.
Use https://github.com/yeoman/update-notifier
If the user ask only to generate a mutation file we should also create the Loader and Connection for that mutation, if these files do not exist