aerogear / create-graphql

Command-line utility to build production-ready servers with GraphQL.
MIT License
440 stars 38 forks source link

Handle multiple .graphqlrc #49

Open sibelius opened 7 years ago

sibelius commented 7 years ago

I would like to generate code for more than one schema

is it possible?

lucasbento commented 7 years ago

Not yet, but I'm open to hear ways to do so.

sibelius commented 7 years ago

--config ? like in jest?

lucasbento commented 7 years ago

--config in Jest works just like our .graphqlrc, we need a way to specify multiple GraphQL server paths on our config file.

sibelius commented 7 years ago

I think --config would be enough for most use cases