create-graphql icon indicating copy to clipboard operation
create-graphql copied to clipboard

Command-line utility to build production-ready servers with GraphQL.

Results 31 create-graphql issues
Sort by recently updated
recently updated
newest added

How about adding support for generating types from sequelize models in a similar way to mongoose models?

help wanted
new feature
plugin

As MySQL user, it would be interesting to have this feature too.

help wanted
new feature
plugin

Babel plugin object example: ```jsx type PluginObject = { pre?: Function; post?: Function; manipulateOptions?: Function; visitor: ?{ [key: string]: Function | { enter?: Function | Array; exit?: Function | Array;...

enhancement
help wanted
new feature

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...

question

I would like to generate code for more than one schema is it possible?

enhancement
help wanted

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.

enhancement

Use https://github.com/yeoman/update-notifier

enhancement
help wanted

enhancement
help wanted

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

enhancement