create-graphql
create-graphql copied to clipboard
Handle multiple .graphqlrc
I would like to generate code for more than one schema
is it possible?
Not yet, but I'm open to hear ways to do so.
--config ? like in jest?
--config in Jest works just like our .graphqlrc, we need a way to specify multiple GraphQL server paths on our config file.
I think --config would be enough for most use cases